add support for shortcuts CTRL-/ (stop run) and CTRL-Q (quit) to most windows
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user