diff options
author | Chris Xiong <chirs241097@gmail.com> | 2016-01-01 23:54:06 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2016-01-01 23:54:06 +0800 |
commit | d418712c981d9854fa6429d65773368ca63b8dac (patch) | |
tree | 48eb1f25753a1734a3d7cf5d8303e7936c4844f3 /qmpmainwindow.hpp | |
parent | 3db127ce64eadb54568e218124744a1de713667e (diff) | |
download | QMidiPlayer-d418712c981d9854fa6429d65773368ca63b8dac.tar.xz |
Strawberry Crisis. (WTF)
Diffstat (limited to 'qmpmainwindow.hpp')
-rw-r--r-- | qmpmainwindow.hpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/qmpmainwindow.hpp b/qmpmainwindow.hpp index b123feb..de45d3b 100644 --- a/qmpmainwindow.hpp +++ b/qmpmainwindow.hpp @@ -13,6 +13,7 @@ #include "qmpchannelswindow.hpp" #include "qmpefxwindow.hpp" #include "qmpinfowindow.hpp" +#include "qmpsettingswindow.hpp" namespace Ui { class qmpMainWindow; @@ -44,7 +45,9 @@ class qmpMainWindow:public QMainWindow void on_lbFileName_customContextMenuRequested(const QPoint &pos); void onfnA1(); - public slots: + void on_pbSettings_clicked(); + + public slots: void dialogClosed(); void selectionChanged(); @@ -60,6 +63,7 @@ class qmpMainWindow:public QMainWindow qmpChannelsWindow *chnlw; qmpEfxWindow *efxw; qmpInfoWindow *infow; + qmpSettingsWindow *settingsw; QAction *fnA1,*fnA2; public: QString getFileName(); |