From 3db127ce64eadb54568e218124744a1de713667e Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Thu, 31 Dec 2015 23:49:04 +0800 Subject: Inanimate Dream. (WTF) --- qmpmainwindow.hpp | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'qmpmainwindow.hpp') diff --git a/qmpmainwindow.hpp b/qmpmainwindow.hpp index ae62bb4..b123feb 100644 --- a/qmpmainwindow.hpp +++ b/qmpmainwindow.hpp @@ -4,11 +4,15 @@ #include #include #include +#include +#include #include #include #include "qmpmidiplay.hpp" #include "qmpplistwindow.hpp" #include "qmpchannelswindow.hpp" +#include "qmpefxwindow.hpp" +#include "qmpinfowindow.hpp" namespace Ui { class qmpMainWindow; @@ -36,6 +40,9 @@ class qmpMainWindow:public QMainWindow void on_pbPrev_clicked(); void on_pbNext_clicked(); void on_pbChannels_clicked(); + void on_pbEfx_clicked(); + void on_lbFileName_customContextMenuRequested(const QPoint &pos); + void onfnA1(); public slots: void dialogClosed(); @@ -49,8 +56,13 @@ class qmpMainWindow:public QMainWindow std::chrono::steady_clock::time_point st; double offset; CMidiPlayer *player; - qmpplistwindow *plistw; - qmpchannelswindow *chnlw; + qmpPlistWindow *plistw; + qmpChannelsWindow *chnlw; + qmpEfxWindow *efxw; + qmpInfoWindow *infow; + QAction *fnA1,*fnA2; + public: + QString getFileName(); static qmpMainWindow* ref; public: static qmpMainWindow* getInstance(){return ref;} -- cgit v1.2.3