Buttons functionality
This commit is contained in:
parent
67e63561c4
commit
6b2dacb28f
4 changed files with 50 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
#define MAINWINDOW_H
|
||||
|
||||
#include <QMainWindow>
|
||||
#include <QFileDialog>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
namespace Ui {
|
||||
|
|
@ -29,6 +30,12 @@ private slots:
|
|||
void on_comboLineColor_currentTextChanged(const QString &arg1);
|
||||
void on_listLines_currentRowChanged(int currentRow);
|
||||
|
||||
void on_buttonSave_clicked();
|
||||
|
||||
void on_buttonClear_clicked();
|
||||
|
||||
void on_buttonDeleteLine_clicked();
|
||||
|
||||
private:
|
||||
Ui::MainWindow *ui;
|
||||
int lastEditedLine = -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue