Add instance toolbar.
This commit is contained in:
@ -33,6 +33,8 @@ public:
|
||||
explicit MainWindow(QWidget *parent = 0);
|
||||
~MainWindow();
|
||||
|
||||
void closeEvent(QCloseEvent *event);
|
||||
|
||||
private slots:
|
||||
void on_actionAbout_triggered();
|
||||
|
||||
@ -52,6 +54,8 @@ private slots:
|
||||
|
||||
void on_actionNews_triggered();
|
||||
|
||||
void on_mainToolBar_visibilityChanged(bool);
|
||||
|
||||
private:
|
||||
Ui::MainWindow *ui;
|
||||
|
||||
|
Reference in New Issue
Block a user