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/netsimplewifipage.hh | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 ui/qt5/netsimplewifipage.hh (limited to 'ui/qt5/netsimplewifipage.hh') diff --git a/ui/qt5/netsimplewifipage.hh b/ui/qt5/netsimplewifipage.hh new file mode 100644 index 0000000..3ba3e6a --- /dev/null +++ b/ui/qt5/netsimplewifipage.hh @@ -0,0 +1,22 @@ +#ifndef NETWORKSIMPLEWIRELESSPAGE_HH +#define NETWORKSIMPLEWIRELESSPAGE_HH + +#include "horizonwizardpage.hh" + +#include +#include +#include + +class NetworkSimpleWirelessPage : public HorizonWizardPage +{ +public: + NetworkSimpleWirelessPage(QWidget *parent = 0); + + void initializePage(); +private: + QComboBox *securityType; + QLineEdit *ssidName, *passphrase; + QListView *ssidListView; +}; + +#endif // NETWORKSIMPLEWIRELESSPAGE_HH -- cgit v1.2.3-60-g2f50