From 8dc90ae27c24aec1851215f2cc28ee24eff01ea5 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Tue, 29 Dec 2015 23:54:24 +0800 Subject: Master Spark. (WTF) --- qmpchanneleditor.hpp | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 qmpchanneleditor.hpp (limited to 'qmpchanneleditor.hpp') diff --git a/qmpchanneleditor.hpp b/qmpchanneleditor.hpp new file mode 100644 index 0000000..cef3b0b --- /dev/null +++ b/qmpchanneleditor.hpp @@ -0,0 +1,22 @@ +#ifndef QMPCHANNELEDITOR_HPP +#define QMPCHANNELEDITOR_HPP + +#include + +namespace Ui { + class qmpchanneleditor; +} + +class qmpchanneleditor : public QDialog +{ + Q_OBJECT + + public: + explicit qmpchanneleditor(QWidget *parent = 0); + ~qmpchanneleditor(); + + private: + Ui::qmpchanneleditor *ui; +}; + +#endif // QMPCHANNELEDITOR_HPP -- cgit v1.2.3