add support for shortcuts CTRL-/ (stop run) and CTRL-Q (quit) to most windows

This commit is contained in:
Axel Kohlmeyer
2023-10-03 21:13:06 -04:00
parent 6ff7050d2d
commit a3c843f590
10 changed files with 104 additions and 17 deletions

View File

@ -23,7 +23,9 @@ public:
LogWindow(const QString &filename, QWidget *parent = nullptr);
private slots:
void quit();
void save_as();
void stop_run();
protected:
void closeEvent(QCloseEvent *event) override;