diff options
author | Chris Xiong <chirs241097@gmail.com> | 2016-01-04 23:50:11 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2016-01-04 23:50:11 +0800 |
commit | 8099672c3fd0bfc7804b0a92d05c57dcd4307268 (patch) | |
tree | abef139577986617a3fa31f31474ab9cd8b4627f /qmpmainwindow.hpp | |
parent | 84634010422f578b27105bbbaf6b8ee4c1232e86 (diff) | |
download | QMidiPlayer-8099672c3fd0bfc7804b0a92d05c57dcd4307268.tar.xz |
Shadow Pow"d"er. (WTF)
Diffstat (limited to 'qmpmainwindow.hpp')
-rw-r--r-- | qmpmainwindow.hpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/qmpmainwindow.hpp b/qmpmainwindow.hpp index bd61b13..894a476 100644 --- a/qmpmainwindow.hpp +++ b/qmpmainwindow.hpp @@ -15,6 +15,7 @@ #include "qmpefxwindow.hpp" #include "qmpinfowindow.hpp" #include "qmpsettingswindow.hpp" +#include "qmphelpwindow.hpp" namespace Ui { class qmpMainWindow; @@ -50,7 +51,9 @@ class qmpMainWindow:public QMainWindow void onfnA1(); void onfnA2(); - public slots: + void on_pushButton_clicked(); + + public slots: void dialogClosed(); void selectionChanged(); @@ -68,6 +71,8 @@ class qmpMainWindow:public QMainWindow qmpEfxWindow *efxw; qmpInfoWindow *infow; qmpSettingsWindow *settingsw; + qmpHelpWindow *helpw; + QAction *fnA1,*fnA2; void playerSetup(); public: |