summaryrefslogtreecommitdiff
path: root/partitionpage.hh
diff options
context:
space:
mode:
Diffstat (limited to 'partitionpage.hh')
-rw-r--r--partitionpage.hh22
1 files changed, 22 insertions, 0 deletions
diff --git a/partitionpage.hh b/partitionpage.hh
new file mode 100644
index 0000000..0819cb3
--- /dev/null
+++ b/partitionpage.hh
@@ -0,0 +1,22 @@
+#ifndef PARTITIONPAGE_HH
+#define PARTITIONPAGE_HH
+
+#include "horizonwizardpage.hh"
+
+#ifndef NOT_NATIVE
+# include <QPushButton>
+#endif
+
+class PartitionPage : public HorizonWizardPage
+{
+public:
+ PartitionPage(QWidget *parent = nullptr);
+
+ int nextId() const;
+private:
+#ifndef NOT_NATIVE
+ QPushButton *openEditor;
+#endif
+};
+
+#endif // SOFTWAREPAGE_HH