summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/wlan/wlanGUI.h
blob: 42e8705c727cb3bd08a9a1b551dcc94ca363398d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
/****************************************************************************
** Form interface generated from reading ui file 'wlanGUI.ui'
**
** Created: Tue Mar 30 02:42:55 2004
**      by:  The User Interface Compiler (uic)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/
#ifndef WLANGUI_H
#define WLANGUI_H

#include <qvariant.h>
#include <qwidget.h>
class QVBoxLayout; 
class QHBoxLayout; 
class QGridLayout; 
class QButtonGroup;
class QCheckBox;
class QComboBox;
class QGroupBox;
class QLabel;
class QLineEdit;
class QProgressBar;
class QRadioButton;
class QSpinBox;
class QTabWidget;

class WLanGUI : public QWidget
{ 
    Q_OBJECT

public:
    WLanGUI( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
    ~WLanGUI();

    QTabWidget* tabWidget;
    QWidget* ConfigPage;
    QLabel* essidLabel;
    QComboBox* essid;
    QLabel* modeLabel;
    QComboBox* mode;
    QCheckBox* specifyAp;
    QLabel* macLabel;
    QLineEdit* macEdit;
    QCheckBox* specifyChan;
    QSpinBox* networkChannel;
    QWidget* WepPage;
    QCheckBox* wepEnabled;
    QButtonGroup* KeyButtonGroup;
    QRadioButton* keyRadio0;
    QRadioButton* keyRadio3;
    QLineEdit* LineEdit6;
    QRadioButton* keyRadio1;
    QRadioButton* keyRadio2;
    QLineEdit* LineEdit6_2;
    QLineEdit* LineEdit6_4;
    QLineEdit* LineEdit6_3;
    QButtonGroup* NonEncButtonGroup;
    QRadioButton* acceptNonEnc;
    QRadioButton* rejectNonEnc;
    QWidget* tab;
    QLabel* TextLabel1_3;
    QLabel* Channel_LBL;
    QLabel* TextLabel4_3;
    QLabel* TextLabel3_3;
    QLabel* TextLabel2_3;
    QLabel* TextLabel9_2;
    QLabel* Station_LBL;
    QLabel* Rate_LBL;
    QLabel* TextLabel4_2_2;
    QLabel* AP_LBL;
    QLabel* essidLabel_3;
    QLabel* modeLabel_3;
    QGroupBox* GroupBox1;
    QLabel* TextLabel2_2_2;
    QLabel* TextLabel3_2_2;
    QProgressBar* Noise_PB;
    QProgressBar* Quality_PB;
    QLabel* TextLabel1_2_2;
    QProgressBar* Signal_PB;

protected:
    QVBoxLayout* WLanGUILayout;
    QVBoxLayout* ConfigPageLayout;
    QGridLayout* Layout6;
    QGridLayout* Layout8;
    QHBoxLayout* Layout7;
    QVBoxLayout* WepPageLayout;
    QGridLayout* KeyButtonGroupLayout;
    QGridLayout* NonEncButtonGroupLayout;
    QVBoxLayout* tabLayout;
    QGridLayout* Layout12;
    QGridLayout* GroupBox1Layout;
};

#endif // WLANGUI_H