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

@ -32,6 +32,8 @@ public:
void clear();
private slots:
void quit();
void stop_run();
void movie();
void first();
void last();