From c9bbd46209e4802864b973131aacad6c42bc6ce0 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Wed, 28 Sep 2016 07:03:36 -0500 Subject: HiDPI fixes --- horizonwizardpage.hh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 horizonwizardpage.hh (limited to 'horizonwizardpage.hh') diff --git a/horizonwizardpage.hh b/horizonwizardpage.hh new file mode 100644 index 0000000..65b292c --- /dev/null +++ b/horizonwizardpage.hh @@ -0,0 +1,15 @@ +#ifndef HORIZONWIZARDPAGE_HH +#define HORIZONWIZARDPAGE_HH + +#include +#include + +class HorizonWizardPage : public QWizardPage +{ +public: + HorizonWizardPage(QWidget *parent = 0) : QWizardPage(parent) {} + + void loadWatermark(std::string page); +}; + +#endif // HORIZONWIZARDPAGE_HH -- cgit v1.2.3-70-g09d2