Engauge Digitizer 2
|
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.
CreateActions::CreateActions | ( | ) |
void CreateActions::create | ( | MainWindow & | mw | ) |
Create QAction actions.
Definition at line 29 of file CreateActions.cpp.