author | wimpie <wimpie> | 2004-04-08 01:25:02 (UTC) |
---|---|---|
committer | wimpie <wimpie> | 2004-04-08 01:25:02 (UTC) |
commit | 2ab70064958916733daf1b5f095cef562b2e9163 (patch) (side-by-side diff) | |
tree | 445f054fee55b678dab07e10bd5571b4651586d8 /noncore | |
parent | 93ead8f65765ec7af4c14efeb2758c1cf7bcbd89 (diff) | |
download | opie-2ab70064958916733daf1b5f095cef562b2e9163.zip opie-2ab70064958916733daf1b5f095cef562b2e9163.tar.gz opie-2ab70064958916733daf1b5f095cef562b2e9163.tar.bz2 |
Link with libopiecore2
added linke to btmgr
18 files changed, 228 insertions, 183 deletions
diff --git a/noncore/settings/networksettings2/bluetooth/bluetoothBNEPGUI.ui b/noncore/settings/networksettings2/bluetooth/bluetoothBNEPGUI.ui index ddb5ddd..498f50b 100644 --- a/noncore/settings/networksettings2/bluetooth/bluetoothBNEPGUI.ui +++ b/noncore/settings/networksettings2/bluetooth/bluetoothBNEPGUI.ui @@ -11,8 +11,8 @@ <rect> <x>0</x> <y>0</y> - <width>283</width> - <height>199</height> + <width>278</width> + <height>339</height> </rect> </property> <property stdset="1"> @@ -28,104 +28,144 @@ <vbox> <property stdset="1"> <name>margin</name> - <number>2</number> + <number>0</number> </property> <property stdset="1"> <name>spacing</name> - <number>2</number> + <number>0</number> </property> <widget> - <class>QLayoutWidget</class> + <class>QCheckBox</class> <property stdset="1"> <name>name</name> - <cstring>Layout4</cstring> + <cstring>AnyPAN_CB</cstring> </property> - <hbox> - <property stdset="1"> - <name>margin</name> - <number>0</number> - </property> - <property stdset="1"> - <name>spacing</name> - <number>6</number> - </property> - <widget> - <class>QLabel</class> - <property stdset="1"> - <name>name</name> - <cstring>TextLabel4</cstring> - </property> - <property stdset="1"> - <name>text</name> - <string>Name</string> - </property> - </widget> - <widget> - <class>QLineEdit</class> - <property stdset="1"> - <name>name</name> - <cstring>Name_LE</cstring> - </property> - </widget> - </hbox> - </widget> - <widget> - <class>QLabel</class> <property stdset="1"> - <name>name</name> - <cstring>TextLabel3</cstring> + <name>text</name> + <string>Any available PAN device</string> </property> <property stdset="1"> - <name>text</name> - <string>Description</string> + <name>checked</name> + <bool>true</bool> </property> </widget> <widget> - <class>QMultiLineEdit</class> + <class>QGroupBox</class> <property stdset="1"> <name>name</name> - <cstring>Description_LE</cstring> + <cstring>GroupBox1</cstring> </property> - </widget> - <widget> - <class>QLayoutWidget</class> <property stdset="1"> - <name>name</name> - <cstring>Layout5</cstring> + <name>enabled</name> + <bool>false</bool> + </property> + <property stdset="1"> + <name>title</name> + <string>Select Card</string> + </property> + <property> + <name>layoutMargin</name> </property> - <hbox> + <vbox> <property stdset="1"> <name>margin</name> - <number>0</number> + <number>5</number> </property> <property stdset="1"> <name>spacing</name> <number>6</number> </property> <widget> - <class>QCheckBox</class> + <class>QListView</class> + <column> + <property> + <name>text</name> + <string>BDAddress</string> + </property> + <property> + <name>clickable</name> + <bool>true</bool> + </property> + <property> + <name>resizeable</name> + <bool>true</bool> + </property> + </column> <property stdset="1"> <name>name</name> - <cstring>Automatic_CB</cstring> + <cstring>BTPANServers_LV</cstring> </property> <property stdset="1"> - <name>text</name> - <string>Start automatically</string> + <name>allColumnsShowFocus</name> + <bool>true</bool> </property> </widget> <widget> - <class>QCheckBox</class> + <class>QLayoutWidget</class> <property stdset="1"> <name>name</name> - <cstring>Confirm_CB</cstring> - </property> - <property stdset="1"> - <name>text</name> - <string>Confirm before start</string> + <cstring>Layout2</cstring> </property> + <hbox> + <property stdset="1"> + <name>margin</name> + <number>0</number> + </property> + <property stdset="1"> + <name>spacing</name> + <number>6</number> + </property> + <spacer> + <property> + <name>name</name> + <cstring>Spacer1</cstring> + </property> + <property stdset="1"> + <name>orientation</name> + <enum>Horizontal</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> + <widget> + <class>QPushButton</class> + <property stdset="1"> + <name>name</name> + <cstring>BTManager_BUT</cstring> + </property> + <property stdset="1"> + <name>text</name> + <string>Rescan</string> + </property> + </widget> + </hbox> </widget> - </hbox> + </vbox> </widget> </vbox> </widget> +<connections> + <connection> + <sender>BTManager_BUT</sender> + <signal>clicked()</signal> + <receiver>BluetoothBNEP_FRM</receiver> + <slot>SLOT_StartBTMgr()</slot> + </connection> + <connection> + <sender>AnyPAN_CB</sender> + <signal>toggled(bool)</signal> + <receiver>GroupBox1</receiver> + <slot>setDisabled(bool)</slot> + </connection> + <slot access="public">SLOT_StartBTMgr()</slot> +</connections> </UI> diff --git a/noncore/settings/networksettings2/bluetooth/bluetoothBNEPedit.cpp b/noncore/settings/networksettings2/bluetooth/bluetoothBNEPedit.cpp index a27f1a7..9a3156b 100644 --- a/noncore/settings/networksettings2/bluetooth/bluetoothBNEPedit.cpp +++ b/noncore/settings/networksettings2/bluetooth/bluetoothBNEPedit.cpp @@ -1,3 +1,5 @@ +#include <qtopia/qcopenvelope_qws.h> + #include <GUIUtils.h> #include "bluetoothBNEPedit.h" @@ -10,9 +12,15 @@ QString BluetoothBNEPEdit::acceptable( void ) { return QString(); } -bool BluetoothBNEPEdit::commit( BluetoothBNEPData & Data ) { +bool BluetoothBNEPEdit::commit( BluetoothBNEPData & ) { return 0; } -void BluetoothBNEPEdit::showData( BluetoothBNEPData & Data ) { +void BluetoothBNEPEdit::showData( BluetoothBNEPData & ) { +} + +void BluetoothBNEPEdit::SLOT_StartBTMgr( void ) { + QCopEnvelope e( "QPE/System", "execute(QString)" ); + e << QString( "bluetooth-manager" ); + } diff --git a/noncore/settings/networksettings2/bluetooth/bluetoothBNEPedit.h b/noncore/settings/networksettings2/bluetooth/bluetoothBNEPedit.h index d546f1e..82d23ad 100644 --- a/noncore/settings/networksettings2/bluetooth/bluetoothBNEPedit.h +++ b/noncore/settings/networksettings2/bluetooth/bluetoothBNEPedit.h @@ -10,4 +10,8 @@ public : QString acceptable( void ); bool commit( BluetoothBNEPData & Data ); void showData( BluetoothBNEPData & Data ); + +public slots : + + void SLOT_StartBTMgr( void ); }; diff --git a/noncore/settings/networksettings2/bluetooth/bluetooth_NN.cpp b/noncore/settings/networksettings2/bluetooth/bluetooth_NN.cpp index 1d0a0f7..b59b4f0 100644 --- a/noncore/settings/networksettings2/bluetooth/bluetooth_NN.cpp +++ b/noncore/settings/networksettings2/bluetooth/bluetooth_NN.cpp @@ -48,7 +48,7 @@ const char * BluetoothBNEPNetNode::provides( void ) { bool BluetoothBNEPNetNode::generateProperFilesFor( ANetNodeInstance * ) { - return 1; + return 0; } bool BluetoothBNEPNetNode::hasDataFor( const QString & S ) { @@ -56,9 +56,17 @@ bool BluetoothBNEPNetNode::hasDataFor( const QString & S ) { } bool BluetoothBNEPNetNode::generateDeviceDataForCommonFile( - SystemFile & , - long ) { - return 1; + SystemFile & S , + long DevNr) { + QString NIC = genNic( DevNr ); + + if( S.name() == "interfaces" ) { + // generate mapping stanza for this interface + S << "# check if " << NIC << " can be brought UP" << endl; + S << "mapping " << NIC << endl; + S << " script networksettings2-request" << endl << endl; + } + return 0; } QString BluetoothBNEPNetNode::genNic( long nr ) { diff --git a/noncore/settings/networksettings2/cable/cable_NN.cpp b/noncore/settings/networksettings2/cable/cable_NN.cpp index e95b4f6..b8c690b 100644 --- a/noncore/settings/networksettings2/cable/cable_NN.cpp +++ b/noncore/settings/networksettings2/cable/cable_NN.cpp @@ -38,13 +38,13 @@ const char * CableNetNode::provides( void ) { bool CableNetNode::generateProperFilesFor( ANetNodeInstance * ) { - return 1; + return 0; } bool CableNetNode::generateDeviceDataForCommonFile( SystemFile & , long ) { - return 1; + return 0; } void CableNetNode::setSpecificAttribute( QString & , QString & ) { diff --git a/noncore/settings/networksettings2/irda/irda_NN.cpp b/noncore/settings/networksettings2/irda/irda_NN.cpp index f2fda5c..49bc06e 100644 --- a/noncore/settings/networksettings2/irda/irda_NN.cpp +++ b/noncore/settings/networksettings2/irda/irda_NN.cpp @@ -38,13 +38,13 @@ const char * IRDANetNode::provides( void ) { bool IRDANetNode::generateProperFilesFor( ANetNodeInstance * ) { - return 1; + return 0; } bool IRDANetNode::generateDeviceDataForCommonFile( SystemFile & , long ) { - return 1; + return 0; } void IRDANetNode::setSpecificAttribute( QString & , QString & ) { diff --git a/noncore/settings/networksettings2/lancard/lancard_NN.cpp b/noncore/settings/networksettings2/lancard/lancard_NN.cpp index a4afab1..05cd06d 100644 --- a/noncore/settings/networksettings2/lancard/lancard_NN.cpp +++ b/noncore/settings/networksettings2/lancard/lancard_NN.cpp @@ -40,7 +40,7 @@ const char * LanCardNetNode::provides( void ) { bool LanCardNetNode::generateProperFilesFor( ANetNodeInstance * ) { - return 1; + return 0; } bool LanCardNetNode::hasDataFor( const QString & S ) { diff --git a/noncore/settings/networksettings2/modem/modem_NN.cpp b/noncore/settings/networksettings2/modem/modem_NN.cpp index 9d70d7a..18aa480 100644 --- a/noncore/settings/networksettings2/modem/modem_NN.cpp +++ b/noncore/settings/networksettings2/modem/modem_NN.cpp @@ -39,13 +39,13 @@ const char * ModemNetNode::provides( void ) { bool ModemNetNode::generateProperFilesFor( ANetNodeInstance * ) { - return 1; + return 0; } bool ModemNetNode::generateDeviceDataForCommonFile( SystemFile & , long ) { - return 1; + return 0; } void ModemNetNode::setSpecificAttribute( QString & , QString & ) { diff --git a/noncore/settings/networksettings2/network/network_NN.cpp b/noncore/settings/networksettings2/network/network_NN.cpp index b5989df..b4313c4 100644 --- a/noncore/settings/networksettings2/network/network_NN.cpp +++ b/noncore/settings/networksettings2/network/network_NN.cpp @@ -40,13 +40,13 @@ const char * NetworkNetNode::provides( void ) { bool NetworkNetNode::generateProperFilesFor( ANetNodeInstance * ) { - return 1; + return 0; } bool NetworkNetNode::generateDeviceDataForCommonFile( SystemFile & , long ) { - return 1; + return 0; } void NetworkNetNode::setSpecificAttribute( QString & , QString & ) { diff --git a/noncore/settings/networksettings2/networksettings.pro b/noncore/settings/networksettings2/networksettings.pro index 34b9cde..ff147b1 100644 --- a/noncore/settings/networksettings2/networksettings.pro +++ b/noncore/settings/networksettings2/networksettings.pro @@ -11,7 +11,7 @@ SOURCES = main.cpp \ editconnection.cpp INCLUDEPATH += $(OPIEDIR)/include networksettings2/ DEPENDPATH += $(OPIEDIR)/include networksettings2/ -LIBS += -lqpe -L$(OPIEDIR)/plugins/networksettings2 -lnetworksettings2 -lopie +LIBS += -lqpe -L$(OPIEDIR)/plugins/networksettings2 -lnetworksettings2 -lopiecore2 INTERFACES = networksettingsGUI.ui \ editconnectionGUI.ui \ activateprofileGUI.ui diff --git a/noncore/settings/networksettings2/networksettings2/networksettings2.pro b/noncore/settings/networksettings2/networksettings2/networksettings2.pro index c9945ff..11b5f84 100644 --- a/noncore/settings/networksettings2/networksettings2/networksettings2.pro +++ b/noncore/settings/networksettings2/networksettings2/networksettings2.pro @@ -18,7 +18,7 @@ SOURCES = netnode.cpp \ resources.cpp INCLUDEPATH += $(OPIEDIR)/include ../networksettings2 DEPENDPATH += $(OPIEDIR)/include -LIBS += -lqpe -lopie +LIBS += -lqpe -lopiecore2 INTERFACES = TARGET = networksettings2 VERSION = 1.0.0 diff --git a/noncore/settings/networksettings2/nsdata.cpp b/noncore/settings/networksettings2/nsdata.cpp index 64b83f7..bb37f10 100644 --- a/noncore/settings/networksettings2/nsdata.cpp +++ b/noncore/settings/networksettings2/nsdata.cpp @@ -302,7 +302,7 @@ QString NetworkSettingsData::generateSettings( bool ForceReq ) { NNI = NNIIt.current(); if( ForceIt || NNI->isModified() ) { - if( ! NNI->nodeClass()->generateProperFilesFor( NNI ) ) { + if( NNI->nodeClass()->generateProperFilesFor( NNI ) ) { // problem generating S = qApp->translate( "NetworkSettings", "<p>Cannot generate files proper to \"%1\"</p>" ). @@ -494,7 +494,7 @@ QString NetworkSettingsData::generateSystemFileNode( if( SF.preDeviceSection( CurDevNN ) ) { S = qApp->translate( "NetworkSettings", - "<p>Error in preDeviceSection for file \"%1\" and nodetype \"%2\"</p>" ). + "<p>Error in \"Pre-Device Part\" for file \"%1\" and nodetype \"%2\"</p>" ). arg( SF.name() ). arg( CurDevNN->name() ); return S; @@ -503,7 +503,7 @@ QString NetworkSettingsData::generateSystemFileNode( if( CurDevNN->hasDataFor( SF.name() ) ) { if( CurDevNN->generateDeviceDataForCommonFile( SF, DevInstNr ) ) { S = qApp->translate( "NetworkSettings", - "<p>Error in node Device part for file \"%1\" and node \"%2\"</p>" ). + "<p>Error in \"Device Part\" for file \"%1\" and node \"%2\"</p>" ). arg( SF.name() ). arg( CurDevNN->name() ); return S; @@ -537,7 +537,7 @@ QString NetworkSettingsData::generateSystemFileNode( // generate 'entry' if( SF.preNodeSection( DevNNI, DevInstNr ) ) { S = qApp->translate( "NetworkSettings", - "<p>Error in preNodeSection for file \"%1\" and node \"%2\"</p>" ). + "<p>Error in \"Pre-Node Part\" for file \"%1\" and node \"%2\"</p>" ). arg( SF.name() ). arg( CurDevNN->name() ); return S; @@ -552,7 +552,7 @@ QString NetworkSettingsData::generateSystemFileNode( if( NNI->hasDataFor( SF.name() ) ) { if( NNI->generateDataForCommonFile(SF,DevInstNr) ) { S = qApp->translate( "NetworkSettings", - "<p>Error in node part for file \"%1\" and node \"%2\"</p>" ). + "<p>Error in \"Node Part\" for file \"%1\" and node \"%2\"</p>" ). arg( SF.name() ). arg( NNI->nodeClass()->name() ); return S; @@ -562,7 +562,7 @@ QString NetworkSettingsData::generateSystemFileNode( if( SF.postNodeSection( DevNNI, DevInstNr ) ) { S = qApp->translate( "NetworkSettings", - "<p>Error in postNodeSection for file \"%1\" and node \"%2\"</p>" ). + "<p>Error in \"Post-Node Part\" for file \"%1\" and node \"%2\"</p>" ). arg( SF.name() ). arg( CurDevNN->name() ); return S; @@ -572,7 +572,7 @@ QString NetworkSettingsData::generateSystemFileNode( if( SF.postDeviceSection( CurDevNN ) ) { S = qApp->translate( "NetworkSettings", - "<p>Error in postDeviceSection for file \"%1\" and node \"%2\"</p>" ). + "<p>Error in \"Post-Device Part\" for file \"%1\" and node \"%2\"</p>" ). arg( SF.name() ). arg( CurDevNN->name() ); return S; diff --git a/noncore/settings/networksettings2/ppp/ppp_NN.cpp b/noncore/settings/networksettings2/ppp/ppp_NN.cpp index 208c7c2..b7edf87 100644 --- a/noncore/settings/networksettings2/ppp/ppp_NN.cpp +++ b/noncore/settings/networksettings2/ppp/ppp_NN.cpp @@ -41,13 +41,13 @@ const char * PPPNetNode::provides( void ) { bool PPPNetNode::generateProperFilesFor( ANetNodeInstance * ) { - return 1; + return 0; } bool PPPNetNode::generateDeviceDataForCommonFile( SystemFile & , long ) { - return 1; + return 0; } QString PPPNetNode::genNic( long NicNr ) { diff --git a/noncore/settings/networksettings2/profile/profile_NN.cpp b/noncore/settings/networksettings2/profile/profile_NN.cpp index d06b7ef..59c34a3 100644 --- a/noncore/settings/networksettings2/profile/profile_NN.cpp +++ b/noncore/settings/networksettings2/profile/profile_NN.cpp @@ -40,13 +40,13 @@ const char * ProfileNetNode::provides( void ) { bool ProfileNetNode::generateProperFilesFor( ANetNodeInstance * ) { - return 1; + return 0; } bool ProfileNetNode::generateDeviceDataForCommonFile( SystemFile & , long ) { - return 1; + return 0; } void ProfileNetNode::setSpecificAttribute( QString & , QString & ) { diff --git a/noncore/settings/networksettings2/usb/usb_NN.cpp b/noncore/settings/networksettings2/usb/usb_NN.cpp index 9101490..c10a09c 100644 --- a/noncore/settings/networksettings2/usb/usb_NN.cpp +++ b/noncore/settings/networksettings2/usb/usb_NN.cpp @@ -39,7 +39,7 @@ const char * USBNetNode::provides( void ) { bool USBNetNode::generateProperFilesFor( ANetNodeInstance * ) { - return 1; + return 0; } bool USBNetNode::hasDataFor( const QString & S ) { diff --git a/noncore/settings/networksettings2/vpn/vpn_NN.cpp b/noncore/settings/networksettings2/vpn/vpn_NN.cpp index bfc30f9..6c7b308 100644 --- a/noncore/settings/networksettings2/vpn/vpn_NN.cpp +++ b/noncore/settings/networksettings2/vpn/vpn_NN.cpp @@ -40,13 +40,13 @@ const char * VPNNetNode::provides( void ) { bool VPNNetNode::generateProperFilesFor( ANetNodeInstance * ) { - return 1; + return 0; } bool VPNNetNode::generateDeviceDataForCommonFile( SystemFile & , long ) { - return 1; + return 0; } void VPNNetNode::setSpecificAttribute( QString & , QString & ) { diff --git a/noncore/settings/networksettings2/wlan/wlanGUI.ui b/noncore/settings/networksettings2/wlan/wlanGUI.ui index 23d6f86..9614369 100644 --- a/noncore/settings/networksettings2/wlan/wlanGUI.ui +++ b/noncore/settings/networksettings2/wlan/wlanGUI.ui @@ -11,7 +11,7 @@ <rect> <x>0</x> <y>0</y> - <width>196</width> + <width>192</width> <height>329</height> </rect> </property> @@ -38,7 +38,7 @@ <class>QTabWidget</class> <property stdset="1"> <name>name</name> - <cstring>tabWidget</cstring> + <cstring>WLan_TAB</cstring> </property> <property stdset="1"> <name>enabled</name> @@ -119,7 +119,7 @@ </item> <property stdset="1"> <name>name</name> - <cstring>essid</cstring> + <cstring>ESSID_CB</cstring> </property> <property stdset="1"> <name>sizePolicy</name> @@ -199,7 +199,7 @@ </item> <property stdset="1"> <name>name</name> - <cstring>mode</cstring> + <cstring>Mode_CB</cstring> </property> <property stdset="1"> <name>enabled</name> @@ -240,7 +240,7 @@ <class>QCheckBox</class> <property stdset="1"> <name>name</name> - <cstring>specifyAp</cstring> + <cstring>SpecifyAP_CB</cstring> </property> <property stdset="1"> <name>text</name> @@ -273,7 +273,7 @@ <class>QLineEdit</class> <property stdset="1"> <name>name</name> - <cstring>macEdit</cstring> + <cstring>APMac_LE</cstring> </property> <property stdset="1"> <name>enabled</name> @@ -332,7 +332,7 @@ <class>QCheckBox</class> <property stdset="1"> <name>name</name> - <cstring>specifyChan</cstring> + <cstring>SpecifyChannel_CB</cstring> </property> <property stdset="1"> <name>text</name> @@ -343,7 +343,7 @@ <class>QSpinBox</class> <property stdset="1"> <name>name</name> - <cstring>networkChannel</cstring> + <cstring>ChannelNr_SB</cstring> </property> <property stdset="1"> <name>enabled</name> @@ -400,7 +400,7 @@ <vbox> <property stdset="1"> <name>margin</name> - <number>0</number> + <number>2</number> </property> <property stdset="1"> <name>spacing</name> @@ -410,7 +410,7 @@ <class>QCheckBox</class> <property stdset="1"> <name>name</name> - <cstring>wepEnabled</cstring> + <cstring>EnableWEB_CB</cstring> </property> <property stdset="1"> <name>text</name> @@ -450,7 +450,7 @@ <class>QRadioButton</class> <property stdset="1"> <name>name</name> - <cstring>keyRadio0</cstring> + <cstring>Key1_RB</cstring> </property> <property stdset="1"> <name>text</name> @@ -465,7 +465,7 @@ <class>QRadioButton</class> <property stdset="1"> <name>name</name> - <cstring>keyRadio3</cstring> + <cstring>Key4_RB</cstring> </property> <property stdset="1"> <name>text</name> @@ -476,14 +476,18 @@ <class>QLineEdit</class> <property stdset="1"> <name>name</name> - <cstring>LineEdit6</cstring> + <cstring>Key1_LE</cstring> + </property> + <property stdset="1"> + <name>frame</name> + <bool>true</bool> </property> </widget> <widget row="1" column="0" > <class>QRadioButton</class> <property stdset="1"> <name>name</name> - <cstring>keyRadio1</cstring> + <cstring>Key2_RB</cstring> </property> <property stdset="1"> <name>text</name> @@ -494,7 +498,7 @@ <class>QRadioButton</class> <property stdset="1"> <name>name</name> - <cstring>keyRadio2</cstring> + <cstring>Key3_RB</cstring> </property> <property stdset="1"> <name>text</name> @@ -505,90 +509,39 @@ <class>QLineEdit</class> <property stdset="1"> <name>name</name> - <cstring>LineEdit6_2</cstring> + <cstring>Key2_LE</cstring> </property> </widget> <widget row="3" column="1" > <class>QLineEdit</class> <property stdset="1"> <name>name</name> - <cstring>LineEdit6_4</cstring> + <cstring>Key4_LE</cstring> </property> </widget> <widget row="2" column="1" > <class>QLineEdit</class> <property stdset="1"> <name>name</name> - <cstring>LineEdit6_3</cstring> + <cstring>Key3_LE</cstring> </property> </widget> </grid> </widget> <widget> - <class>QButtonGroup</class> + <class>QCheckBox</class> <property stdset="1"> <name>name</name> - <cstring>NonEncButtonGroup</cstring> + <cstring>CheckBox4</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> + <name>text</name> + <string>Accept Non-Encrypted packets</string> </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>&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>&Reject</string> - </property> - <property stdset="1"> - <name>buttonGroupId</name> - <number>1</number> - </property> - </widget> - </grid> </widget> <spacer> <property> @@ -673,7 +626,11 @@ </property> <property stdset="1"> <name>frameShadow</name> - <enum>Sunken</enum> + <enum>Plain</enum> + </property> + <property stdset="1"> + <name>indent</name> + <number>0</number> </property> </widget> <widget row="3" column="0" > @@ -732,7 +689,11 @@ </property> <property stdset="1"> <name>frameShadow</name> - <enum>Sunken</enum> + <enum>Plain</enum> + </property> + <property stdset="1"> + <name>indent</name> + <number>0</number> </property> </widget> <widget row="5" column="1" > @@ -754,7 +715,11 @@ </property> <property stdset="1"> <name>frameShadow</name> - <enum>Sunken</enum> + <enum>Plain</enum> + </property> + <property stdset="1"> + <name>indent</name> + <number>0</number> </property> </widget> <widget row="5" column="0" > @@ -780,14 +745,18 @@ </property> <property stdset="1"> <name>frameShadow</name> - <enum>Sunken</enum> + <enum>Plain</enum> + </property> + <property stdset="1"> + <name>indent</name> + <number>0</number> </property> </widget> <widget row="1" column="1" > <class>QLabel</class> <property stdset="1"> <name>name</name> - <cstring>essidLabel_3</cstring> + <cstring>ESSID_LBL</cstring> </property> <property stdset="1"> <name>frameShape</name> @@ -795,14 +764,18 @@ </property> <property stdset="1"> <name>frameShadow</name> - <enum>Sunken</enum> + <enum>Plain</enum> + </property> + <property stdset="1"> + <name>indent</name> + <number>0</number> </property> </widget> <widget row="2" column="1" > <class>QLabel</class> <property stdset="1"> <name>name</name> - <cstring>modeLabel_3</cstring> + <cstring>Mode_LBL</cstring> </property> <property stdset="1"> <name>frameShape</name> @@ -810,7 +783,11 @@ </property> <property stdset="1"> <name>frameShadow</name> - <enum>Sunken</enum> + <enum>Plain</enum> + </property> + <property stdset="1"> + <name>indent</name> + <number>0</number> </property> </widget> </grid> @@ -923,6 +900,14 @@ <cstring>Signal_PB</cstring> </property> <property stdset="1"> + <name>frameShadow</name> + <enum>Plain</enum> + </property> + <property stdset="1"> + <name>lineWidth</name> + <number>1</number> + </property> + <property stdset="1"> <name>progress</name> <number>0</number> </property> @@ -957,33 +942,33 @@ </widget> <connections> <connection> - <sender>wepEnabled</sender> + <sender>EnableWEB_CB</sender> <signal>toggled(bool)</signal> <receiver>KeyButtonGroup</receiver> <slot>setEnabled(bool)</slot> </connection> <connection> - <sender>wepEnabled</sender> + <sender>SpecifyAP_CB</sender> <signal>toggled(bool)</signal> - <receiver>NonEncButtonGroup</receiver> + <receiver>APMac_LE</receiver> <slot>setEnabled(bool)</slot> </connection> <connection> - <sender>specifyAp</sender> + <sender>SpecifyAP_CB</sender> <signal>toggled(bool)</signal> - <receiver>macEdit</receiver> + <receiver>macLabel</receiver> <slot>setEnabled(bool)</slot> </connection> <connection> - <sender>specifyAp</sender> + <sender>SpecifyChannel_CB</sender> <signal>toggled(bool)</signal> - <receiver>macLabel</receiver> + <receiver>ChannelNr_SB</receiver> <slot>setEnabled(bool)</slot> </connection> <connection> - <sender>specifyChan</sender> + <sender>EnableWEB_CB</sender> <signal>toggled(bool)</signal> - <receiver>networkChannel</receiver> + <receiver>CheckBox4</receiver> <slot>setEnabled(bool)</slot> </connection> </connections> diff --git a/noncore/settings/networksettings2/wlan/wlan_NN.cpp b/noncore/settings/networksettings2/wlan/wlan_NN.cpp index 7a2c1a7..ce8a734 100644 --- a/noncore/settings/networksettings2/wlan/wlan_NN.cpp +++ b/noncore/settings/networksettings2/wlan/wlan_NN.cpp @@ -40,7 +40,7 @@ const char * WLanNetNode::provides( void ) { bool WLanNetNode::generateProperFilesFor( ANetNodeInstance * ) { - return 1; + return 0; } bool WLanNetNode::hasDataFor( const QString & S ) { |