summaryrefslogtreecommitdiff
path: root/ui/qt5/horizonwizardpage.hh
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt5/horizonwizardpage.hh')
-rw-r--r--ui/qt5/horizonwizardpage.hh17
1 files changed, 17 insertions, 0 deletions
diff --git a/ui/qt5/horizonwizardpage.hh b/ui/qt5/horizonwizardpage.hh
new file mode 100644
index 0000000..c9807c3
--- /dev/null
+++ b/ui/qt5/horizonwizardpage.hh
@@ -0,0 +1,17 @@
+#ifndef HORIZONWIZARDPAGE_HH
+#define HORIZONWIZARDPAGE_HH
+
+#include <QWizardPage>
+#include <string>
+
+#include "horizonwizard.hh"
+
+class HorizonWizardPage : public QWizardPage {
+public:
+ HorizonWizardPage(QWidget *parent = 0) : QWizardPage(parent) {}
+
+ void loadWatermark(std::string page);
+ HorizonWizard *horizonWizard() const;
+};
+
+#endif // HORIZONWIZARDPAGE_HH