From 386ff62ca3aba790f9831ee7c194d24f6fb781fe Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Fri, 8 Nov 2019 02:38:58 -0600 Subject: UI: Import some of the 2016 prototype - welcome to Qt UI development --- ui/qt5/networkingpage.hh | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 ui/qt5/networkingpage.hh (limited to 'ui/qt5/networkingpage.hh') diff --git a/ui/qt5/networkingpage.hh b/ui/qt5/networkingpage.hh new file mode 100644 index 0000000..3353fb6 --- /dev/null +++ b/ui/qt5/networkingpage.hh @@ -0,0 +1,20 @@ +#ifndef NETWORKINGPAGE_HH +#define NETWORKINGPAGE_HH + +#include "horizonwizardpage.hh" + +#include +#include + +class NetworkingPage : public HorizonWizardPage { +public: + NetworkingPage(QWidget *parent = 0); + + bool isComplete() const; + int nextId() const; +private: + QButtonGroup *radioGroup; + QRadioButton *simple, *advanced, *skip; +}; + +#endif // NETWORKINGPAGE_HH -- cgit v1.2.3-60-g2f50