Disable/enable menu actions depending on what currently can be done.
This commit is contained in:
committed by
Felix Geyer
parent
eb4f82a7ed
commit
fec19b475e
@@ -36,7 +36,8 @@ protected:
|
||||
void closeEvent(QCloseEvent *event);
|
||||
|
||||
private Q_SLOTS:
|
||||
void currentTabChanged(int index);
|
||||
void setMenuActionState(int index = -1);
|
||||
|
||||
|
||||
private:
|
||||
QScopedPointer<Ui::MainWindow> m_ui;
|
||||
|
||||
Reference in New Issue
Block a user