Buttons functionality

This commit is contained in:
Alexey 2025-06-30 16:50:51 +03:00
commit 6b2dacb28f
4 changed files with 50 additions and 0 deletions

View file

@ -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;