Disable open when load is in progress
This commit is contained in:
parent
26a0a6eaf2
commit
4ec6bf9f95
2 changed files with 24 additions and 2 deletions
|
@ -14,8 +14,13 @@ public:
|
|||
|
||||
public slots:
|
||||
void on_open();
|
||||
void disable_open_action();
|
||||
void enable_open_action();
|
||||
|
||||
private:
|
||||
QAction* open_action;
|
||||
QAction* quit_action;
|
||||
|
||||
Canvas* canvas;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue