Class to create actions for MainWindow class. More...
#include <CreateActions.h>
Public Member Functions | |
CreateActions () | |
Single constructor. | |
void | create (MainWindow &mw) |
Create QAction actions. | |
Class to create actions for MainWindow class.
We derive from QObject and use Q_OBJECT so translations work
Definition at line 16 of file CreateActions.h.