From 2533566cb859d9bae6250749973a4c014d4dcc21 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 11 May 2019 23:48:06 -0500 Subject: Add partition page stub --- partitionpage.hh | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 partitionpage.hh (limited to 'partitionpage.hh') 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 +#endif + +class PartitionPage : public HorizonWizardPage +{ +public: + PartitionPage(QWidget *parent = nullptr); + + int nextId() const; +private: +#ifndef NOT_NATIVE + QPushButton *openEditor; +#endif +}; + +#endif // SOFTWAREPAGE_HH -- cgit v1.2.3-60-g2f50