aboutsummaryrefslogtreecommitdiff
path: root/qmpinfowindow.hpp
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2015-12-31 23:49:04 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2015-12-31 23:49:04 +0800
commit3db127ce64eadb54568e218124744a1de713667e (patch)
treee360f2cba2afb1c369e28907aa19934cf3c45ca5 /qmpinfowindow.hpp
parentb1be9e45b5abdf0a03181b9cee8dc208a762fe57 (diff)
downloadQMidiPlayer-3db127ce64eadb54568e218124744a1de713667e.tar.xz
Inanimate Dream. (WTF)
Diffstat (limited to 'qmpinfowindow.hpp')
-rw-r--r--qmpinfowindow.hpp24
1 files changed, 24 insertions, 0 deletions
diff --git a/qmpinfowindow.hpp b/qmpinfowindow.hpp
new file mode 100644
index 0000000..9a1e389
--- /dev/null
+++ b/qmpinfowindow.hpp
@@ -0,0 +1,24 @@
+#ifndef QMPINFOWINDOW_HPP
+#define QMPINFOWINDOW_HPP
+
+#include <QDialog>
+
+namespace Ui {
+ class qmpInfoWindow;
+}
+
+class qmpInfoWindow : public QDialog
+{
+ Q_OBJECT
+
+ public:
+ explicit qmpInfoWindow(QWidget *parent = 0);
+ ~qmpInfoWindow();
+ public slots:
+ void updateInfo();
+
+ private:
+ Ui::qmpInfoWindow *ui;
+};
+
+#endif // QMPINFOWINDOW_HPP