summaryrefslogtreecommitdiff
path: root/netsimplewifipage.hh
diff options
context:
space:
mode:
Diffstat (limited to 'netsimplewifipage.hh')
-rw-r--r--netsimplewifipage.hh20
1 files changed, 20 insertions, 0 deletions
diff --git a/netsimplewifipage.hh b/netsimplewifipage.hh
new file mode 100644
index 0000000..23a6664
--- /dev/null
+++ b/netsimplewifipage.hh
@@ -0,0 +1,20 @@
+#ifndef NETWORKSIMPLEWIRELESSPAGE_HH
+#define NETWORKSIMPLEWIRELESSPAGE_HH
+
+#include "horizonwizardpage.hh"
+
+#include <QComboBox>
+#include <QLineEdit>
+#include <QListView>
+
+class NetworkSimpleWirelessPage : public HorizonWizardPage
+{
+public:
+ NetworkSimpleWirelessPage(QWidget *parent = 0);
+private:
+ QComboBox *securityType;
+ QLineEdit *ssidName, *passphrase;
+ QListView *ssidListView;
+};
+
+#endif // NETWORKSIMPLEWIRELESSPAGE_HH