Adding about box
This commit is contained in:
parent
4ec6bf9f95
commit
a396e030e8
2 changed files with 19 additions and 0 deletions
|
@ -14,11 +14,13 @@ public:
|
|||
|
||||
public slots:
|
||||
void on_open();
|
||||
void on_about();
|
||||
void disable_open_action();
|
||||
void enable_open_action();
|
||||
|
||||
private:
|
||||
QAction* open_action;
|
||||
QAction* about_action;
|
||||
QAction* quit_action;
|
||||
|
||||
Canvas* canvas;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue