Implement actions
This commit is contained in:
parent
a08cf6a682
commit
2d58946f3f
2 changed files with 115 additions and 2 deletions
10
mainwindow.h
10
mainwindow.h
|
|
@ -34,9 +34,17 @@ public:
|
|||
explicit MainWindow(QWidget *parent = nullptr);
|
||||
~MainWindow();
|
||||
|
||||
private slots:
|
||||
void onActionOpenTriggered();
|
||||
void onActionSaveTriggered();
|
||||
void onActionSaveAsTriggered();
|
||||
|
||||
private:
|
||||
void enumerateDevices();
|
||||
void generateExample();
|
||||
void generateExample();
|
||||
void updateTitle();
|
||||
QString currentFilePath;
|
||||
bool isFileModified;
|
||||
};
|
||||
|
||||
#endif // MAINWINDOW_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue