From 40ea6580aaf3d19aa77f43551185a55013d216d9 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Mon, 28 Dec 2015 22:02:45 +0800 Subject: Last Remote.(WTF) --- qmpchannelswindow.hpp | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 qmpchannelswindow.hpp (limited to 'qmpchannelswindow.hpp') diff --git a/qmpchannelswindow.hpp b/qmpchannelswindow.hpp new file mode 100644 index 0000000..4bf3ad2 --- /dev/null +++ b/qmpchannelswindow.hpp @@ -0,0 +1,33 @@ +#ifndef QMPCHANNELSWINDOW_H +#define QMPCHANNELSWINDOW_H + +#include +#include + +namespace Ui { + class qmpchannelswindow; +} + +class qmpchannelswindow : public QDialog +{ + Q_OBJECT + + public: + explicit qmpchannelswindow(QWidget *parent = 0); + ~qmpchannelswindow(); + void closeEvent(QCloseEvent *event); + signals: + void dialogClosing(); + public slots: + void channelWindowsUpdate(); + void channelMSChanged(); + private slots: + void on_pbUnmute_clicked(); + + void on_pbUnsolo_clicked(); + + private: + Ui::qmpchannelswindow *ui; +}; + +#endif // QMPCHANNELSWINDOW_H -- cgit v1.2.3