summaryrefslogtreecommitdiff
path: root/horizonwizard.hh
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2016-09-26 07:02:33 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2016-09-26 07:02:33 -0500
commitca8ac59c94ca6131f35c0789d65601d7a9609be8 (patch)
tree7555c37f988a7056c8c8afd0afc82dc0e098186d /horizonwizard.hh
downloadhorizon-qt5-ca8ac59c94ca6131f35c0789d65601d7a9609be8.tar.gz
horizon-qt5-ca8ac59c94ca6131f35c0789d65601d7a9609be8.tar.bz2
horizon-qt5-ca8ac59c94ca6131f35c0789d65601d7a9609be8.tar.xz
horizon-qt5-ca8ac59c94ca6131f35c0789d65601d7a9609be8.zip
Initial public commit
Diffstat (limited to 'horizonwizard.hh')
-rw-r--r--horizonwizard.hh15
1 files changed, 15 insertions, 0 deletions
diff --git a/horizonwizard.hh b/horizonwizard.hh
new file mode 100644
index 0000000..57cb685
--- /dev/null
+++ b/horizonwizard.hh
@@ -0,0 +1,15 @@
+#ifndef HORIZONWIZARD_HH
+#define HORIZONWIZARD_HH
+
+#include <QWizard>
+
+class HorizonWizard : public QWizard
+{
+ enum { Page_Welcome, Page_Partition, Page_Networking, Page_Software,
+ Page_AdvancedSoftware, Page_Startup, Page_Commit, Page_Save,
+ Page_Finished, Page_CustomStart };
+public:
+ HorizonWizard(QWidget *parent = 0);
+};
+
+#endif // HORIZONWIZARD_HH