summaryrefslogtreecommitdiff
path: root/noncore
authorwimpie <wimpie>2004-04-02 23:24:39 (UTC)
committer wimpie <wimpie>2004-04-02 23:24:39 (UTC)
commit29044beb810a0d8361f670221f2f1128de7d4e32 (patch) (side-by-side diff)
tree65550308c2e5cfcf229efd0a5e8309756d4e3054 /noncore
parente7a821c21c684c30dbc67db3a1ef341cedc18a1f (diff)
downloadopie-29044beb810a0d8361f670221f2f1128de7d4e32.zip
opie-29044beb810a0d8361f670221f2f1128de7d4e32.tar.gz
opie-29044beb810a0d8361f670221f2f1128de7d4e32.tar.bz2
oops ...
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings2/wlan/wlanGUI.cpp360
-rw-r--r--noncore/settings/networksettings2/wlan/wlanGUI.h96
-rw-r--r--noncore/settings/networksettings2/wlan/wlanGUI.ui990
3 files changed, 990 insertions, 456 deletions
diff --git a/noncore/settings/networksettings2/wlan/wlanGUI.cpp b/noncore/settings/networksettings2/wlan/wlanGUI.cpp
deleted file mode 100644
index 902bd27..0000000
--- a/noncore/settings/networksettings2/wlan/wlanGUI.cpp
+++ b/dev/null
@@ -1,360 +0,0 @@
-/****************************************************************************
-** Form implementation generated from reading ui file 'wlanGUI.ui'
-**
-** Created: Tue Mar 30 02:42:58 2004
-** by: The User Interface Compiler (uic)
-**
-** WARNING! All changes made in this file will be lost!
-****************************************************************************/
-#include "wlanGUI.h"
-
-#include <qbuttongroup.h>
-#include <qcheckbox.h>
-#include <qcombobox.h>
-#include <qgroupbox.h>
-#include <qlabel.h>
-#include <qlineedit.h>
-#include <qprogressbar.h>
-#include <qpushbutton.h>
-#include <qradiobutton.h>
-#include <qspinbox.h>
-#include <qtabwidget.h>
-#include <qlayout.h>
-#include <qvariant.h>
-#include <qtooltip.h>
-#include <qwhatsthis.h>
-
-/*
- * Constructs a WLanGUI which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'
- */
-WLanGUI::WLanGUI( QWidget* parent, const char* name, WFlags fl )
- : QWidget( parent, name, fl )
-{
- if ( !name )
- setName( "WLanGUI" );
- resize( 196, 329 );
- setCaption( tr( "Form1" ) );
- WLanGUILayout = new QVBoxLayout( this );
- WLanGUILayout->setSpacing( 0 );
- WLanGUILayout->setMargin( 0 );
-
- tabWidget = new QTabWidget( this, "tabWidget" );
- tabWidget->setEnabled( TRUE );
-
- ConfigPage = new QWidget( tabWidget, "ConfigPage" );
- ConfigPageLayout = new QVBoxLayout( ConfigPage );
- ConfigPageLayout->setSpacing( 2 );
- ConfigPageLayout->setMargin( 0 );
-
- Layout6 = new QGridLayout;
- Layout6->setSpacing( 6 );
- Layout6->setMargin( 1 );
-
- essidLabel = new QLabel( ConfigPage, "essidLabel" );
- essidLabel->setEnabled( TRUE );
- essidLabel->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)1, (QSizePolicy::SizeType)1, essidLabel->sizePolicy().hasHeightForWidth() ) );
- essidLabel->setText( tr( "ESS-ID" ) );
-
- Layout6->addWidget( essidLabel, 1, 0 );
-
- essid = new QComboBox( FALSE, ConfigPage, "essid" );
- essid->insertItem( tr( "any" ) );
- essid->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, essid->sizePolicy().hasHeightForWidth() ) );
- essid->setEditable( TRUE );
- essid->setCurrentItem( 0 );
- essid->setSizeLimit( 5 );
- essid->setAutoCompletion( TRUE );
- essid->setDuplicatesEnabled( FALSE );
-
- Layout6->addWidget( essid, 1, 1 );
-
- modeLabel = new QLabel( ConfigPage, "modeLabel" );
- modeLabel->setEnabled( TRUE );
- modeLabel->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)1, (QSizePolicy::SizeType)1, modeLabel->sizePolicy().hasHeightForWidth() ) );
- modeLabel->setText( tr( "Mode" ) );
-
- Layout6->addWidget( modeLabel, 0, 0 );
-
- mode = new QComboBox( FALSE, ConfigPage, "mode" );
- mode->insertItem( tr( "Infrastructure" ) );
- mode->insertItem( tr( "Auto" ) );
- mode->insertItem( tr( "Managed" ) );
- mode->insertItem( tr( "Ad-Hoc" ) );
- mode->setEnabled( TRUE );
- mode->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)1, (QSizePolicy::SizeType)0, mode->sizePolicy().hasHeightForWidth() ) );
-
- Layout6->addWidget( mode, 0, 1 );
- ConfigPageLayout->addLayout( Layout6 );
-
- Layout8 = new QGridLayout;
- Layout8->setSpacing( 2 );
- Layout8->setMargin( 1 );
-
- specifyAp = new QCheckBox( ConfigPage, "specifyAp" );
- specifyAp->setText( tr( "Specify &Access Point" ) );
-
- Layout8->addMultiCellWidget( specifyAp, 0, 0, 0, 2 );
-
- macLabel = new QLabel( ConfigPage, "macLabel" );
- macLabel->setEnabled( FALSE );
- macLabel->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)1, macLabel->sizePolicy().hasHeightForWidth() ) );
- macLabel->setText( tr( "MAC" ) );
-
- Layout8->addWidget( macLabel, 1, 1 );
-
- macEdit = new QLineEdit( ConfigPage, "macEdit" );
- macEdit->setEnabled( FALSE );
- macEdit->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)1, macEdit->sizePolicy().hasHeightForWidth() ) );
-
- Layout8->addWidget( macEdit, 1, 2 );
- QSpacerItem* spacer = new QSpacerItem( 20, 20, QSizePolicy::Fixed, QSizePolicy::Minimum );
- Layout8->addItem( spacer, 1, 0 );
- ConfigPageLayout->addLayout( Layout8 );
-
- Layout7 = new QHBoxLayout;
- Layout7->setSpacing( 6 );
- Layout7->setMargin( 1 );
-
- specifyChan = new QCheckBox( ConfigPage, "specifyChan" );
- specifyChan->setText( tr( "Specific &Channel" ) );
- Layout7->addWidget( specifyChan );
-
- networkChannel = new QSpinBox( ConfigPage, "networkChannel" );
- networkChannel->setEnabled( FALSE );
- networkChannel->setMaxValue( 15 );
- networkChannel->setMinValue( 1 );
- networkChannel->setValue( 1 );
- Layout7->addWidget( networkChannel );
- ConfigPageLayout->addLayout( Layout7 );
- QSpacerItem* spacer_2 = new QSpacerItem( 20, 20, QSizePolicy::Minimum, QSizePolicy::Expanding );
- ConfigPageLayout->addItem( spacer_2 );
- tabWidget->insertTab( ConfigPage, tr( "General" ) );
-
- WepPage = new QWidget( tabWidget, "WepPage" );
- WepPageLayout = new QVBoxLayout( WepPage );
- WepPageLayout->setSpacing( 2 );
- WepPageLayout->setMargin( 0 );
-
- wepEnabled = new QCheckBox( WepPage, "wepEnabled" );
- wepEnabled->setText( tr( "&Enable Encryption" ) );
- WepPageLayout->addWidget( wepEnabled );
-
- KeyButtonGroup = new QButtonGroup( WepPage, "KeyButtonGroup" );
- KeyButtonGroup->setEnabled( FALSE );
- KeyButtonGroup->setTitle( tr( "&Key Setting" ) );
- KeyButtonGroup->setColumnLayout(0, Qt::Vertical );
- KeyButtonGroup->layout()->setSpacing( 0 );
- KeyButtonGroup->layout()->setMargin( 0 );
- KeyButtonGroupLayout = new QGridLayout( KeyButtonGroup->layout() );
- KeyButtonGroupLayout->setAlignment( Qt::AlignTop );
- KeyButtonGroupLayout->setSpacing( 2 );
- KeyButtonGroupLayout->setMargin( 2 );
-
- keyRadio0 = new QRadioButton( KeyButtonGroup, "keyRadio0" );
- keyRadio0->setText( tr( "Key &1" ) );
- keyRadio0->setChecked( TRUE );
-
- KeyButtonGroupLayout->addWidget( keyRadio0, 0, 0 );
-
- keyRadio3 = new QRadioButton( KeyButtonGroup, "keyRadio3" );
- keyRadio3->setText( tr( "Key &4" ) );
-
- KeyButtonGroupLayout->addWidget( keyRadio3, 3, 0 );
-
- LineEdit6 = new QLineEdit( KeyButtonGroup, "LineEdit6" );
-
- KeyButtonGroupLayout->addWidget( LineEdit6, 0, 1 );
-
- keyRadio1 = new QRadioButton( KeyButtonGroup, "keyRadio1" );
- keyRadio1->setText( tr( "Key &2" ) );
-
- KeyButtonGroupLayout->addWidget( keyRadio1, 1, 0 );
-
- keyRadio2 = new QRadioButton( KeyButtonGroup, "keyRadio2" );
- keyRadio2->setText( tr( "Key &3" ) );
-
- KeyButtonGroupLayout->addWidget( keyRadio2, 2, 0 );
-
- LineEdit6_2 = new QLineEdit( KeyButtonGroup, "LineEdit6_2" );
-
- KeyButtonGroupLayout->addWidget( LineEdit6_2, 1, 1 );
-
- LineEdit6_4 = new QLineEdit( KeyButtonGroup, "LineEdit6_4" );
-
- KeyButtonGroupLayout->addWidget( LineEdit6_4, 3, 1 );
-
- LineEdit6_3 = new QLineEdit( KeyButtonGroup, "LineEdit6_3" );
-
- KeyButtonGroupLayout->addWidget( LineEdit6_3, 2, 1 );
- WepPageLayout->addWidget( KeyButtonGroup );
-
- NonEncButtonGroup = new QButtonGroup( WepPage, "NonEncButtonGroup" );
- NonEncButtonGroup->setEnabled( FALSE );
- NonEncButtonGroup->setTitle( tr( "Non-encrypted Packets" ) );
- NonEncButtonGroup->setRadioButtonExclusive( TRUE );
- NonEncButtonGroup->setColumnLayout(0, Qt::Vertical );
- NonEncButtonGroup->layout()->setSpacing( 0 );
- NonEncButtonGroup->layout()->setMargin( 0 );
- NonEncButtonGroupLayout = new QGridLayout( NonEncButtonGroup->layout() );
- NonEncButtonGroupLayout->setAlignment( Qt::AlignTop );
- NonEncButtonGroupLayout->setSpacing( 6 );
- NonEncButtonGroupLayout->setMargin( 2 );
-
- acceptNonEnc = new QRadioButton( NonEncButtonGroup, "acceptNonEnc" );
- acceptNonEnc->setText( tr( "&Accept" ) );
- acceptNonEnc->setChecked( TRUE );
- NonEncButtonGroup->insert( acceptNonEnc, 0 );
-
- NonEncButtonGroupLayout->addWidget( acceptNonEnc, 0, 0 );
-
- rejectNonEnc = new QRadioButton( NonEncButtonGroup, "rejectNonEnc" );
- rejectNonEnc->setText( tr( "&Reject" ) );
- NonEncButtonGroup->insert( rejectNonEnc, 1 );
-
- NonEncButtonGroupLayout->addWidget( rejectNonEnc, 0, 1 );
- WepPageLayout->addWidget( NonEncButtonGroup );
- QSpacerItem* spacer_3 = new QSpacerItem( 20, 20, QSizePolicy::Minimum, QSizePolicy::Expanding );
- WepPageLayout->addItem( spacer_3 );
- tabWidget->insertTab( WepPage, tr( "Encryption" ) );
-
- tab = new QWidget( tabWidget, "tab" );
- tabLayout = new QVBoxLayout( tab );
- tabLayout->setSpacing( 2 );
- tabLayout->setMargin( 0 );
-
- Layout12 = new QGridLayout;
- Layout12->setSpacing( 2 );
- Layout12->setMargin( 0 );
-
- TextLabel1_3 = new QLabel( tab, "TextLabel1_3" );
- TextLabel1_3->setText( tr( "Station" ) );
-
- Layout12->addWidget( TextLabel1_3, 0, 0 );
-
- Channel_LBL = new QLabel( tab, "Channel_LBL" );
- Channel_LBL->setFrameShape( QLabel::Panel );
- Channel_LBL->setFrameShadow( QLabel::Sunken );
-
- Layout12->addWidget( Channel_LBL, 3, 1 );
-
- TextLabel4_3 = new QLabel( tab, "TextLabel4_3" );
- TextLabel4_3->setText( tr( "Channel" ) );
-
- Layout12->addWidget( TextLabel4_3, 3, 0 );
-
- TextLabel3_3 = new QLabel( tab, "TextLabel3_3" );
- TextLabel3_3->setText( tr( "Mode" ) );
-
- Layout12->addWidget( TextLabel3_3, 2, 0 );
-
- TextLabel2_3 = new QLabel( tab, "TextLabel2_3" );
- TextLabel2_3->setText( tr( "ESSID" ) );
-
- Layout12->addWidget( TextLabel2_3, 1, 0 );
-
- TextLabel9_2 = new QLabel( tab, "TextLabel9_2" );
- TextLabel9_2->setText( tr( "AP" ) );
-
- Layout12->addWidget( TextLabel9_2, 4, 0 );
-
- Station_LBL = new QLabel( tab, "Station_LBL" );
- Station_LBL->setFrameShape( QLabel::Panel );
- Station_LBL->setFrameShadow( QLabel::Sunken );
-
- Layout12->addWidget( Station_LBL, 0, 1 );
-
- Rate_LBL = new QLabel( tab, "Rate_LBL" );
- Rate_LBL->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)1, Rate_LBL->sizePolicy().hasHeightForWidth() ) );
- Rate_LBL->setFrameShape( QLabel::Panel );
- Rate_LBL->setFrameShadow( QLabel::Sunken );
-
- Layout12->addWidget( Rate_LBL, 5, 1 );
-
- TextLabel4_2_2 = new QLabel( tab, "TextLabel4_2_2" );
- TextLabel4_2_2->setText( tr( "Rate" ) );
-
- Layout12->addWidget( TextLabel4_2_2, 5, 0 );
-
- AP_LBL = new QLabel( tab, "AP_LBL" );
- AP_LBL->setFrameShape( QLabel::Panel );
- AP_LBL->setFrameShadow( QLabel::Sunken );
-
- Layout12->addWidget( AP_LBL, 4, 1 );
-
- essidLabel_3 = new QLabel( tab, "essidLabel_3" );
- essidLabel_3->setFrameShape( QLabel::Panel );
- essidLabel_3->setFrameShadow( QLabel::Sunken );
-
- Layout12->addWidget( essidLabel_3, 1, 1 );
-
- modeLabel_3 = new QLabel( tab, "modeLabel_3" );
- modeLabel_3->setFrameShape( QLabel::Panel );
- modeLabel_3->setFrameShadow( QLabel::Sunken );
-
- Layout12->addWidget( modeLabel_3, 2, 1 );
- tabLayout->addLayout( Layout12 );
-
- GroupBox1 = new QGroupBox( tab, "GroupBox1" );
- GroupBox1->setTitle( tr( "Link Quality" ) );
- GroupBox1->setColumnLayout(0, Qt::Vertical );
- GroupBox1->layout()->setSpacing( 0 );
- GroupBox1->layout()->setMargin( 0 );
- GroupBox1Layout = new QGridLayout( GroupBox1->layout() );
- GroupBox1Layout->setAlignment( Qt::AlignTop );
- GroupBox1Layout->setSpacing( 2 );
- GroupBox1Layout->setMargin( 2 );
-
- TextLabel2_2_2 = new QLabel( GroupBox1, "TextLabel2_2_2" );
- TextLabel2_2_2->setText( tr( "Noise" ) );
-
- GroupBox1Layout->addWidget( TextLabel2_2_2, 1, 0 );
-
- TextLabel3_2_2 = new QLabel( GroupBox1, "TextLabel3_2_2" );
- TextLabel3_2_2->setText( tr( "Quality" ) );
-
- GroupBox1Layout->addWidget( TextLabel3_2_2, 2, 0 );
-
- Noise_PB = new QProgressBar( GroupBox1, "Noise_PB" );
- Noise_PB->setProgress( 0 );
-
- GroupBox1Layout->addWidget( Noise_PB, 1, 2 );
-
- Quality_PB = new QProgressBar( GroupBox1, "Quality_PB" );
- Quality_PB->setProgress( 0 );
-
- GroupBox1Layout->addWidget( Quality_PB, 2, 2 );
-
- TextLabel1_2_2 = new QLabel( GroupBox1, "TextLabel1_2_2" );
- TextLabel1_2_2->setText( tr( "Signal" ) );
-
- GroupBox1Layout->addWidget( TextLabel1_2_2, 0, 0 );
- QSpacerItem* spacer_4 = new QSpacerItem( 16, 20, QSizePolicy::Fixed, QSizePolicy::Minimum );
- GroupBox1Layout->addItem( spacer_4, 0, 1 );
-
- Signal_PB = new QProgressBar( GroupBox1, "Signal_PB" );
- Signal_PB->setProgress( 0 );
-
- GroupBox1Layout->addWidget( Signal_PB, 0, 2 );
- tabLayout->addWidget( GroupBox1 );
- QSpacerItem* spacer_5 = new QSpacerItem( 20, 20, QSizePolicy::Minimum, QSizePolicy::Expanding );
- tabLayout->addItem( spacer_5 );
- tabWidget->insertTab( tab, tr( "State" ) );
- WLanGUILayout->addWidget( tabWidget );
-
- // signals and slots connections
- connect( wepEnabled, SIGNAL( toggled(bool) ), KeyButtonGroup, SLOT( setEnabled(bool) ) );
- connect( wepEnabled, SIGNAL( toggled(bool) ), NonEncButtonGroup, SLOT( setEnabled(bool) ) );
- connect( specifyAp, SIGNAL( toggled(bool) ), macEdit, SLOT( setEnabled(bool) ) );
- connect( specifyAp, SIGNAL( toggled(bool) ), macLabel, SLOT( setEnabled(bool) ) );
- connect( specifyChan, SIGNAL( toggled(bool) ), networkChannel, SLOT( setEnabled(bool) ) );
-}
-
-/*
- * Destroys the object and frees any allocated resources
- */
-WLanGUI::~WLanGUI()
-{
- // no need to delete child widgets, Qt does it all for us
-}
-
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 @@
-/****************************************************************************
-** 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
diff --git a/noncore/settings/networksettings2/wlan/wlanGUI.ui b/noncore/settings/networksettings2/wlan/wlanGUI.ui
new file mode 100644
index 0000000..23d6f86
--- a/dev/null
+++ b/noncore/settings/networksettings2/wlan/wlanGUI.ui
@@ -0,0 +1,990 @@
+<!DOCTYPE UI><UI>
+<class>WLanGUI</class>
+<widget>
+ <class>QWidget</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>WLanGUI</cstring>
+ </property>
+ <property stdset="1">
+ <name>geometry</name>
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>196</width>
+ <height>329</height>
+ </rect>
+ </property>
+ <property stdset="1">
+ <name>caption</name>
+ <string>Form1</string>
+ </property>
+ <property>
+ <name>layoutMargin</name>
+ </property>
+ <property>
+ <name>layoutSpacing</name>
+ </property>
+ <vbox>
+ <property stdset="1">
+ <name>margin</name>
+ <number>0</number>
+ </property>
+ <property stdset="1">
+ <name>spacing</name>
+ <number>0</number>
+ </property>
+ <widget>
+ <class>QTabWidget</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>tabWidget</cstring>
+ </property>
+ <property stdset="1">
+ <name>enabled</name>
+ <bool>true</bool>
+ </property>
+ <property>
+ <name>layoutMargin</name>
+ </property>
+ <property>
+ <name>layoutSpacing</name>
+ </property>
+ <widget>
+ <class>QWidget</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>ConfigPage</cstring>
+ </property>
+ <attribute>
+ <name>title</name>
+ <string>General</string>
+ </attribute>
+ <vbox>
+ <property stdset="1">
+ <name>margin</name>
+ <number>0</number>
+ </property>
+ <property stdset="1">
+ <name>spacing</name>
+ <number>2</number>
+ </property>
+ <widget>
+ <class>QLayoutWidget</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>Layout6</cstring>
+ </property>
+ <property>
+ <name>layoutMargin</name>
+ </property>
+ <grid>
+ <property stdset="1">
+ <name>margin</name>
+ <number>1</number>
+ </property>
+ <property stdset="1">
+ <name>spacing</name>
+ <number>6</number>
+ </property>
+ <widget row="1" column="0" >
+ <class>QLabel</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>essidLabel</cstring>
+ </property>
+ <property stdset="1">
+ <name>enabled</name>
+ <bool>true</bool>
+ </property>
+ <property stdset="1">
+ <name>sizePolicy</name>
+ <sizepolicy>
+ <hsizetype>1</hsizetype>
+ <vsizetype>1</vsizetype>
+ </sizepolicy>
+ </property>
+ <property stdset="1">
+ <name>text</name>
+ <string>ESS-ID</string>
+ </property>
+ </widget>
+ <widget row="1" column="1" >
+ <class>QComboBox</class>
+ <item>
+ <property>
+ <name>text</name>
+ <string>any</string>
+ </property>
+ </item>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>essid</cstring>
+ </property>
+ <property stdset="1">
+ <name>sizePolicy</name>
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ </sizepolicy>
+ </property>
+ <property stdset="1">
+ <name>editable</name>
+ <bool>true</bool>
+ </property>
+ <property stdset="1">
+ <name>currentItem</name>
+ <number>0</number>
+ </property>
+ <property stdset="1">
+ <name>sizeLimit</name>
+ <number>5</number>
+ </property>
+ <property stdset="1">
+ <name>autoCompletion</name>
+ <bool>true</bool>
+ </property>
+ <property stdset="1">
+ <name>duplicatesEnabled</name>
+ <bool>false</bool>
+ </property>
+ </widget>
+ <widget row="0" column="0" >
+ <class>QLabel</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>modeLabel</cstring>
+ </property>
+ <property stdset="1">
+ <name>enabled</name>
+ <bool>true</bool>
+ </property>
+ <property stdset="1">
+ <name>sizePolicy</name>
+ <sizepolicy>
+ <hsizetype>1</hsizetype>
+ <vsizetype>1</vsizetype>
+ </sizepolicy>
+ </property>
+ <property stdset="1">
+ <name>text</name>
+ <string>Mode</string>
+ </property>
+ </widget>
+ <widget row="0" column="1" >
+ <class>QComboBox</class>
+ <item>
+ <property>
+ <name>text</name>
+ <string>Infrastructure</string>
+ </property>
+ </item>
+ <item>
+ <property>
+ <name>text</name>
+ <string>Auto</string>
+ </property>
+ </item>
+ <item>
+ <property>
+ <name>text</name>
+ <string>Managed</string>
+ </property>
+ </item>
+ <item>
+ <property>
+ <name>text</name>
+ <string>Ad-Hoc</string>
+ </property>
+ </item>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>mode</cstring>
+ </property>
+ <property stdset="1">
+ <name>enabled</name>
+ <bool>true</bool>
+ </property>
+ <property stdset="1">
+ <name>sizePolicy</name>
+ <sizepolicy>
+ <hsizetype>1</hsizetype>
+ <vsizetype>0</vsizetype>
+ </sizepolicy>
+ </property>
+ </widget>
+ </grid>
+ </widget>
+ <widget>
+ <class>QLayoutWidget</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>Layout8</cstring>
+ </property>
+ <property>
+ <name>layoutMargin</name>
+ </property>
+ <property>
+ <name>layoutSpacing</name>
+ </property>
+ <grid>
+ <property stdset="1">
+ <name>margin</name>
+ <number>1</number>
+ </property>
+ <property stdset="1">
+ <name>spacing</name>
+ <number>2</number>
+ </property>
+ <widget row="0" column="0" rowspan="1" colspan="3" >
+ <class>QCheckBox</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>specifyAp</cstring>
+ </property>
+ <property stdset="1">
+ <name>text</name>
+ <string>Specify &amp;Access Point</string>
+ </property>
+ </widget>
+ <widget row="1" column="1" >
+ <class>QLabel</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>macLabel</cstring>
+ </property>
+ <property stdset="1">
+ <name>enabled</name>
+ <bool>false</bool>
+ </property>
+ <property stdset="1">
+ <name>sizePolicy</name>
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>1</vsizetype>
+ </sizepolicy>
+ </property>
+ <property stdset="1">
+ <name>text</name>
+ <string>MAC</string>
+ </property>
+ </widget>
+ <widget row="1" column="2" >
+ <class>QLineEdit</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>macEdit</cstring>
+ </property>
+ <property stdset="1">
+ <name>enabled</name>
+ <bool>false</bool>
+ </property>
+ <property stdset="1">
+ <name>sizePolicy</name>
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>1</vsizetype>
+ </sizepolicy>
+ </property>
+ </widget>
+ <spacer row="1" column="0" >
+ <property>
+ <name>name</name>
+ <cstring>Spacer8</cstring>
+ </property>
+ <property stdset="1">
+ <name>orientation</name>
+ <enum>Horizontal</enum>
+ </property>
+ <property stdset="1">
+ <name>sizeType</name>
+ <enum>Fixed</enum>
+ </property>
+ <property>
+ <name>sizeHint</name>
+ <size>
+ <width>20</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </grid>
+ </widget>
+ <widget>
+ <class>QLayoutWidget</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>Layout7</cstring>
+ </property>
+ <property>
+ <name>layoutMargin</name>
+ </property>
+ <hbox>
+ <property stdset="1">
+ <name>margin</name>
+ <number>1</number>
+ </property>
+ <property stdset="1">
+ <name>spacing</name>
+ <number>6</number>
+ </property>
+ <widget>
+ <class>QCheckBox</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>specifyChan</cstring>
+ </property>
+ <property stdset="1">
+ <name>text</name>
+ <string>Specific &amp;Channel</string>
+ </property>
+ </widget>
+ <widget>
+ <class>QSpinBox</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>networkChannel</cstring>
+ </property>
+ <property stdset="1">
+ <name>enabled</name>
+ <bool>false</bool>
+ </property>
+ <property stdset="1">
+ <name>maxValue</name>
+ <number>15</number>
+ </property>
+ <property stdset="1">
+ <name>minValue</name>
+ <number>1</number>
+ </property>
+ <property stdset="1">
+ <name>value</name>
+ <number>1</number>
+ </property>
+ </widget>
+ </hbox>
+ </widget>
+ <spacer>
+ <property>
+ <name>name</name>
+ <cstring>Spacer7</cstring>
+ </property>
+ <property stdset="1">
+ <name>orientation</name>
+ <enum>Vertical</enum>
+ </property>
+ <property stdset="1">
+ <name>sizeType</name>
+ <enum>Expanding</enum>
+ </property>
+ <property>
+ <name>sizeHint</name>
+ <size>
+ <width>20</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </vbox>
+ </widget>
+ <widget>
+ <class>QWidget</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>WepPage</cstring>
+ </property>
+ <attribute>
+ <name>title</name>
+ <string>Encryption</string>
+ </attribute>
+ <vbox>
+ <property stdset="1">
+ <name>margin</name>
+ <number>0</number>
+ </property>
+ <property stdset="1">
+ <name>spacing</name>
+ <number>2</number>
+ </property>
+ <widget>
+ <class>QCheckBox</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>wepEnabled</cstring>
+ </property>
+ <property stdset="1">
+ <name>text</name>
+ <string>&amp;Enable Encryption</string>
+ </property>
+ </widget>
+ <widget>
+ <class>QButtonGroup</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>KeyButtonGroup</cstring>
+ </property>
+ <property stdset="1">
+ <name>enabled</name>
+ <bool>false</bool>
+ </property>
+ <property stdset="1">
+ <name>title</name>
+ <string>&amp;Key Setting</string>
+ </property>
+ <property>
+ <name>layoutMargin</name>
+ </property>
+ <property>
+ <name>layoutSpacing</name>
+ </property>
+ <grid>
+ <property stdset="1">
+ <name>margin</name>
+ <number>2</number>
+ </property>
+ <property stdset="1">
+ <name>spacing</name>
+ <number>2</number>
+ </property>
+ <widget row="0" column="0" >
+ <class>QRadioButton</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>keyRadio0</cstring>
+ </property>
+ <property stdset="1">
+ <name>text</name>
+ <string>Key &amp;1</string>
+ </property>
+ <property stdset="1">
+ <name>checked</name>
+ <bool>true</bool>
+ </property>
+ </widget>
+ <widget row="3" column="0" >
+ <class>QRadioButton</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>keyRadio3</cstring>
+ </property>
+ <property stdset="1">
+ <name>text</name>
+ <string>Key &amp;4</string>
+ </property>
+ </widget>
+ <widget row="0" column="1" >
+ <class>QLineEdit</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>LineEdit6</cstring>
+ </property>
+ </widget>
+ <widget row="1" column="0" >
+ <class>QRadioButton</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>keyRadio1</cstring>
+ </property>
+ <property stdset="1">
+ <name>text</name>
+ <string>Key &amp;2</string>
+ </property>
+ </widget>
+ <widget row="2" column="0" >
+ <class>QRadioButton</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>keyRadio2</cstring>
+ </property>
+ <property stdset="1">
+ <name>text</name>
+ <string>Key &amp;3</string>
+ </property>
+ </widget>
+ <widget row="1" column="1" >
+ <class>QLineEdit</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>LineEdit6_2</cstring>
+ </property>
+ </widget>
+ <widget row="3" column="1" >
+ <class>QLineEdit</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>LineEdit6_4</cstring>
+ </property>
+ </widget>
+ <widget row="2" column="1" >
+ <class>QLineEdit</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>LineEdit6_3</cstring>
+ </property>
+ </widget>
+ </grid>
+ </widget>
+ <widget>
+ <class>QButtonGroup</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>NonEncButtonGroup</cstring>
+ </property>
+ <property stdset="1">
+ <name>enabled</name>
+ <bool>false</bool>
+ </property>
+ <property stdset="1">
+ <name>title</name>
+ <string>Non-encrypted Packets</string>
+ </property>
+ <property stdset="1">
+ <name>radioButtonExclusive</name>
+ <bool>true</bool>
+ </property>
+ <property>
+ <name>layoutMargin</name>
+ </property>
+ <grid>
+ <property stdset="1">
+ <name>margin</name>
+ <number>2</number>
+ </property>
+ <property stdset="1">
+ <name>spacing</name>
+ <number>6</number>
+ </property>
+ <widget row="0" column="0" >
+ <class>QRadioButton</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>acceptNonEnc</cstring>
+ </property>
+ <property stdset="1">
+ <name>text</name>
+ <string>&amp;Accept</string>
+ </property>
+ <property stdset="1">
+ <name>checked</name>
+ <bool>true</bool>
+ </property>
+ <property stdset="1">
+ <name>buttonGroupId</name>
+ <number>0</number>
+ </property>
+ </widget>
+ <widget row="0" column="1" >
+ <class>QRadioButton</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>rejectNonEnc</cstring>
+ </property>
+ <property stdset="1">
+ <name>text</name>
+ <string>&amp;Reject</string>
+ </property>
+ <property stdset="1">
+ <name>buttonGroupId</name>
+ <number>1</number>
+ </property>
+ </widget>
+ </grid>
+ </widget>
+ <spacer>
+ <property>
+ <name>name</name>
+ <cstring>Spacer30</cstring>
+ </property>
+ <property stdset="1">
+ <name>orientation</name>
+ <enum>Vertical</enum>
+ </property>
+ <property stdset="1">
+ <name>sizeType</name>
+ <enum>Expanding</enum>
+ </property>
+ <property>
+ <name>sizeHint</name>
+ <size>
+ <width>20</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </vbox>
+ </widget>
+ <widget>
+ <class>QWidget</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>tab</cstring>
+ </property>
+ <attribute>
+ <name>title</name>
+ <string>State</string>
+ </attribute>
+ <vbox>
+ <property stdset="1">
+ <name>margin</name>
+ <number>0</number>
+ </property>
+ <property stdset="1">
+ <name>spacing</name>
+ <number>2</number>
+ </property>
+ <widget>
+ <class>QLayoutWidget</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>Layout12</cstring>
+ </property>
+ <property>
+ <name>layoutSpacing</name>
+ </property>
+ <grid>
+ <property stdset="1">
+ <name>margin</name>
+ <number>0</number>
+ </property>
+ <property stdset="1">
+ <name>spacing</name>
+ <number>2</number>
+ </property>
+ <widget row="0" column="0" >
+ <class>QLabel</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>TextLabel1_3</cstring>
+ </property>
+ <property stdset="1">
+ <name>text</name>
+ <string>Station</string>
+ </property>
+ </widget>
+ <widget row="3" column="1" >
+ <class>QLabel</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>Channel_LBL</cstring>
+ </property>
+ <property stdset="1">
+ <name>frameShape</name>
+ <enum>Panel</enum>
+ </property>
+ <property stdset="1">
+ <name>frameShadow</name>
+ <enum>Sunken</enum>
+ </property>
+ </widget>
+ <widget row="3" column="0" >
+ <class>QLabel</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>TextLabel4_3</cstring>
+ </property>
+ <property stdset="1">
+ <name>text</name>
+ <string>Channel</string>
+ </property>
+ </widget>
+ <widget row="2" column="0" >
+ <class>QLabel</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>TextLabel3_3</cstring>
+ </property>
+ <property stdset="1">
+ <name>text</name>
+ <string>Mode</string>
+ </property>
+ </widget>
+ <widget row="1" column="0" >
+ <class>QLabel</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>TextLabel2_3</cstring>
+ </property>
+ <property stdset="1">
+ <name>text</name>
+ <string>ESSID</string>
+ </property>
+ </widget>
+ <widget row="4" column="0" >
+ <class>QLabel</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>TextLabel9_2</cstring>
+ </property>
+ <property stdset="1">
+ <name>text</name>
+ <string>AP</string>
+ </property>
+ </widget>
+ <widget row="0" column="1" >
+ <class>QLabel</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>Station_LBL</cstring>
+ </property>
+ <property stdset="1">
+ <name>frameShape</name>
+ <enum>Panel</enum>
+ </property>
+ <property stdset="1">
+ <name>frameShadow</name>
+ <enum>Sunken</enum>
+ </property>
+ </widget>
+ <widget row="5" column="1" >
+ <class>QLabel</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>Rate_LBL</cstring>
+ </property>
+ <property stdset="1">
+ <name>sizePolicy</name>
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>1</vsizetype>
+ </sizepolicy>
+ </property>
+ <property stdset="1">
+ <name>frameShape</name>
+ <enum>Panel</enum>
+ </property>
+ <property stdset="1">
+ <name>frameShadow</name>
+ <enum>Sunken</enum>
+ </property>
+ </widget>
+ <widget row="5" column="0" >
+ <class>QLabel</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>TextLabel4_2_2</cstring>
+ </property>
+ <property stdset="1">
+ <name>text</name>
+ <string>Rate</string>
+ </property>
+ </widget>
+ <widget row="4" column="1" >
+ <class>QLabel</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>AP_LBL</cstring>
+ </property>
+ <property stdset="1">
+ <name>frameShape</name>
+ <enum>Panel</enum>
+ </property>
+ <property stdset="1">
+ <name>frameShadow</name>
+ <enum>Sunken</enum>
+ </property>
+ </widget>
+ <widget row="1" column="1" >
+ <class>QLabel</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>essidLabel_3</cstring>
+ </property>
+ <property stdset="1">
+ <name>frameShape</name>
+ <enum>Panel</enum>
+ </property>
+ <property stdset="1">
+ <name>frameShadow</name>
+ <enum>Sunken</enum>
+ </property>
+ </widget>
+ <widget row="2" column="1" >
+ <class>QLabel</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>modeLabel_3</cstring>
+ </property>
+ <property stdset="1">
+ <name>frameShape</name>
+ <enum>Panel</enum>
+ </property>
+ <property stdset="1">
+ <name>frameShadow</name>
+ <enum>Sunken</enum>
+ </property>
+ </widget>
+ </grid>
+ </widget>
+ <widget>
+ <class>QGroupBox</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>GroupBox1</cstring>
+ </property>
+ <property stdset="1">
+ <name>title</name>
+ <string>Link Quality</string>
+ </property>
+ <property>
+ <name>layoutMargin</name>
+ </property>
+ <property>
+ <name>layoutSpacing</name>
+ </property>
+ <grid>
+ <property stdset="1">
+ <name>margin</name>
+ <number>2</number>
+ </property>
+ <property stdset="1">
+ <name>spacing</name>
+ <number>2</number>
+ </property>
+ <widget row="1" column="0" >
+ <class>QLabel</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>TextLabel2_2_2</cstring>
+ </property>
+ <property stdset="1">
+ <name>text</name>
+ <string>Noise</string>
+ </property>
+ </widget>
+ <widget row="2" column="0" >
+ <class>QLabel</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>TextLabel3_2_2</cstring>
+ </property>
+ <property stdset="1">
+ <name>text</name>
+ <string>Quality</string>
+ </property>
+ </widget>
+ <widget row="1" column="2" >
+ <class>QProgressBar</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>Noise_PB</cstring>
+ </property>
+ <property stdset="1">
+ <name>progress</name>
+ <number>0</number>
+ </property>
+ </widget>
+ <widget row="2" column="2" >
+ <class>QProgressBar</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>Quality_PB</cstring>
+ </property>
+ <property stdset="1">
+ <name>progress</name>
+ <number>0</number>
+ </property>
+ </widget>
+ <widget row="0" column="0" >
+ <class>QLabel</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>TextLabel1_2_2</cstring>
+ </property>
+ <property stdset="1">
+ <name>text</name>
+ <string>Signal</string>
+ </property>
+ </widget>
+ <spacer row="0" column="1" >
+ <property>
+ <name>name</name>
+ <cstring>Spacer28</cstring>
+ </property>
+ <property stdset="1">
+ <name>orientation</name>
+ <enum>Horizontal</enum>
+ </property>
+ <property stdset="1">
+ <name>sizeType</name>
+ <enum>Fixed</enum>
+ </property>
+ <property>
+ <name>sizeHint</name>
+ <size>
+ <width>16</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ <widget row="0" column="2" >
+ <class>QProgressBar</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>Signal_PB</cstring>
+ </property>
+ <property stdset="1">
+ <name>progress</name>
+ <number>0</number>
+ </property>
+ </widget>
+ </grid>
+ </widget>
+ <spacer>
+ <property>
+ <name>name</name>
+ <cstring>Spacer11</cstring>
+ </property>
+ <property stdset="1">
+ <name>orientation</name>
+ <enum>Vertical</enum>
+ </property>
+ <property stdset="1">
+ <name>sizeType</name>
+ <enum>Expanding</enum>
+ </property>
+ <property>
+ <name>sizeHint</name>
+ <size>
+ <width>20</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </vbox>
+ </widget>
+ </widget>
+ </vbox>
+</widget>
+<connections>
+ <connection>
+ <sender>wepEnabled</sender>
+ <signal>toggled(bool)</signal>
+ <receiver>KeyButtonGroup</receiver>
+ <slot>setEnabled(bool)</slot>
+ </connection>
+ <connection>
+ <sender>wepEnabled</sender>
+ <signal>toggled(bool)</signal>
+ <receiver>NonEncButtonGroup</receiver>
+ <slot>setEnabled(bool)</slot>
+ </connection>
+ <connection>
+ <sender>specifyAp</sender>
+ <signal>toggled(bool)</signal>
+ <receiver>macEdit</receiver>
+ <slot>setEnabled(bool)</slot>
+ </connection>
+ <connection>
+ <sender>specifyAp</sender>
+ <signal>toggled(bool)</signal>
+ <receiver>macLabel</receiver>
+ <slot>setEnabled(bool)</slot>
+ </connection>
+ <connection>
+ <sender>specifyChan</sender>
+ <signal>toggled(bool)</signal>
+ <receiver>networkChannel</receiver>
+ <slot>setEnabled(bool)</slot>
+ </connection>
+</connections>
+</UI>