summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/wlan/wlanGUI.h
Unidiff
Diffstat (limited to 'noncore/settings/networksettings2/wlan/wlanGUI.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/networksettings2/wlan/wlanGUI.h96
1 files changed, 0 insertions, 96 deletions
diff --git a/noncore/settings/networksettings2/wlan/wlanGUI.h b/noncore/settings/networksettings2/wlan/wlanGUI.h
deleted file mode 100644
index 42e8705..0000000
--- a/noncore/settings/networksettings2/wlan/wlanGUI.h
+++ b/dev/null
@@ -1,96 +0,0 @@
1/****************************************************************************
2** Form interface generated from reading ui file 'wlanGUI.ui'
3**
4** Created: Tue Mar 30 02:42:55 2004
5** by: The User Interface Compiler (uic)
6**
7** WARNING! All changes made in this file will be lost!
8****************************************************************************/
9#ifndef WLANGUI_H
10#define WLANGUI_H
11
12#include <qvariant.h>
13#include <qwidget.h>
14class QVBoxLayout;
15class QHBoxLayout;
16class QGridLayout;
17class QButtonGroup;
18class QCheckBox;
19class QComboBox;
20class QGroupBox;
21class QLabel;
22class QLineEdit;
23class QProgressBar;
24class QRadioButton;
25class QSpinBox;
26class QTabWidget;
27
28class WLanGUI : public QWidget
29{
30 Q_OBJECT
31
32public:
33 WLanGUI( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
34 ~WLanGUI();
35
36 QTabWidget* tabWidget;
37 QWidget* ConfigPage;
38 QLabel* essidLabel;
39 QComboBox* essid;
40 QLabel* modeLabel;
41 QComboBox* mode;
42 QCheckBox* specifyAp;
43 QLabel* macLabel;
44 QLineEdit* macEdit;
45 QCheckBox* specifyChan;
46 QSpinBox* networkChannel;
47 QWidget* WepPage;
48 QCheckBox* wepEnabled;
49 QButtonGroup* KeyButtonGroup;
50 QRadioButton* keyRadio0;
51 QRadioButton* keyRadio3;
52 QLineEdit* LineEdit6;
53 QRadioButton* keyRadio1;
54 QRadioButton* keyRadio2;
55 QLineEdit* LineEdit6_2;
56 QLineEdit* LineEdit6_4;
57 QLineEdit* LineEdit6_3;
58 QButtonGroup* NonEncButtonGroup;
59 QRadioButton* acceptNonEnc;
60 QRadioButton* rejectNonEnc;
61 QWidget* tab;
62 QLabel* TextLabel1_3;
63 QLabel* Channel_LBL;
64 QLabel* TextLabel4_3;
65 QLabel* TextLabel3_3;
66 QLabel* TextLabel2_3;
67 QLabel* TextLabel9_2;
68 QLabel* Station_LBL;
69 QLabel* Rate_LBL;
70 QLabel* TextLabel4_2_2;
71 QLabel* AP_LBL;
72 QLabel* essidLabel_3;
73 QLabel* modeLabel_3;
74 QGroupBox* GroupBox1;
75 QLabel* TextLabel2_2_2;
76 QLabel* TextLabel3_2_2;
77 QProgressBar* Noise_PB;
78 QProgressBar* Quality_PB;
79 QLabel* TextLabel1_2_2;
80 QProgressBar* Signal_PB;
81
82protected:
83 QVBoxLayout* WLanGUILayout;
84 QVBoxLayout* ConfigPageLayout;
85 QGridLayout* Layout6;
86 QGridLayout* Layout8;
87 QHBoxLayout* Layout7;
88 QVBoxLayout* WepPageLayout;
89 QGridLayout* KeyButtonGroupLayout;
90 QGridLayout* NonEncButtonGroupLayout;
91 QVBoxLayout* tabLayout;
92 QGridLayout* Layout12;
93 QGridLayout* GroupBox1Layout;
94};
95
96#endif // WLANGUI_H