aboutsummaryrefslogtreecommitdiffstats
path: root/qmlpage.h
diff options
context:
space:
mode:
Diffstat (limited to 'qmlpage.h')
-rw-r--r--qmlpage.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/qmlpage.h b/qmlpage.h
new file mode 100644
index 0000000..578f79d
--- /dev/null
+++ b/qmlpage.h
@@ -0,0 +1,16 @@
+#ifndef QMLPAGE_H
+#define QMLPAGE_H
+
+#include <QWidget>
+
+class QMLPage : public QWidget
+{
+
+ Q_OBJECT
+
+public:
+ QMLPage(const QString qmlfile, QWidget *parent = 0);
+
+};
+
+#endif // QMLPAGE_H