From 4e6c7c0e4e0383ffb067942f79aea0ebd07d98cf Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 6 Sep 2012 13:01:10 -0500 Subject: Rearrange files again --- tdenetworkmanager/src/CMakeLists.txt | 4 +- .../src/configwidgets/connection_setting_cdma.ui | 131 +++++++++ .../src/configwidgets/connection_setting_gsm.ui | 294 +++++++++++++++++++ .../src/configwidgets/connection_setting_info.ui | 71 +++++ .../src/configwidgets/connection_setting_ipv4.ui | 116 ++++++++ .../src/configwidgets/connection_setting_ppp.ui | 320 +++++++++++++++++++++ .../src/configwidgets/connection_setting_serial.ui | 185 ++++++++++++ .../src/configwidgets/connection_setting_vpn.ui | 51 ++++ .../configwidgets/connection_setting_wireless.ui | 140 +++++++++ .../connection_setting_wireless_security.ui | 87 ++++++ .../connection_setting_wireless_security_auth.ui | 51 ++++ .../connection_setting_wireless_security_eap.ui | 163 +++++++++++ .../connection_setting_wireless_security_phase2.ui | 54 ++++ .../connection_setting_wireless_security_wep.ui | 146 ++++++++++ ...tion_setting_wireless_security_wepencryption.ui | 46 +++ ...nnection_setting_wireless_security_wpacipher.ui | 128 +++++++++ .../connection_setting_wireless_security_wpapsk.ui | 46 +++ ...nection_setting_wireless_security_wpaversion.ui | 80 ++++++ .../src/configwidgets/connection_settings.ui | 137 +++++++++ ...tworkmanager-connection_setting_cdma_widget.cpp | 8 +- ...networkmanager-connection_setting_cdma_widget.h | 14 +- .../src/settings/connection_setting_cdma.ui | 131 --------- .../src/settings/connection_setting_gsm.ui | 294 ------------------- .../src/settings/connection_setting_info.ui | 71 ----- .../src/settings/connection_setting_ipv4.ui | 116 -------- .../src/settings/connection_setting_ppp.ui | 320 --------------------- .../src/settings/connection_setting_serial.ui | 185 ------------ .../src/settings/connection_setting_vpn.ui | 51 ---- .../src/settings/connection_setting_wireless.ui | 140 --------- .../connection_setting_wireless_security.ui | 87 ------ .../connection_setting_wireless_security_auth.ui | 51 ---- .../connection_setting_wireless_security_eap.ui | 163 ----------- .../connection_setting_wireless_security_phase2.ui | 54 ---- .../connection_setting_wireless_security_wep.ui | 146 ---------- ...tion_setting_wireless_security_wepencryption.ui | 46 --- ...nnection_setting_wireless_security_wpacipher.ui | 128 --------- .../connection_setting_wireless_security_wpapsk.ui | 46 --- ...nection_setting_wireless_security_wpaversion.ui | 80 ------ .../src/settings/connection_settings.ui | 137 --------- 39 files changed, 2258 insertions(+), 2260 deletions(-) create mode 100644 tdenetworkmanager/src/configwidgets/connection_setting_cdma.ui create mode 100644 tdenetworkmanager/src/configwidgets/connection_setting_gsm.ui create mode 100644 tdenetworkmanager/src/configwidgets/connection_setting_info.ui create mode 100644 tdenetworkmanager/src/configwidgets/connection_setting_ipv4.ui create mode 100644 tdenetworkmanager/src/configwidgets/connection_setting_ppp.ui create mode 100644 tdenetworkmanager/src/configwidgets/connection_setting_serial.ui create mode 100644 tdenetworkmanager/src/configwidgets/connection_setting_vpn.ui create mode 100644 tdenetworkmanager/src/configwidgets/connection_setting_wireless.ui create mode 100644 tdenetworkmanager/src/configwidgets/connection_setting_wireless_security.ui create mode 100644 tdenetworkmanager/src/configwidgets/connection_setting_wireless_security_auth.ui create mode 100644 tdenetworkmanager/src/configwidgets/connection_setting_wireless_security_eap.ui create mode 100644 tdenetworkmanager/src/configwidgets/connection_setting_wireless_security_phase2.ui create mode 100644 tdenetworkmanager/src/configwidgets/connection_setting_wireless_security_wep.ui create mode 100644 tdenetworkmanager/src/configwidgets/connection_setting_wireless_security_wepencryption.ui create mode 100644 tdenetworkmanager/src/configwidgets/connection_setting_wireless_security_wpacipher.ui create mode 100644 tdenetworkmanager/src/configwidgets/connection_setting_wireless_security_wpapsk.ui create mode 100644 tdenetworkmanager/src/configwidgets/connection_setting_wireless_security_wpaversion.ui create mode 100644 tdenetworkmanager/src/configwidgets/connection_settings.ui delete mode 100644 tdenetworkmanager/src/settings/connection_setting_cdma.ui delete mode 100644 tdenetworkmanager/src/settings/connection_setting_gsm.ui delete mode 100644 tdenetworkmanager/src/settings/connection_setting_info.ui delete mode 100644 tdenetworkmanager/src/settings/connection_setting_ipv4.ui delete mode 100644 tdenetworkmanager/src/settings/connection_setting_ppp.ui delete mode 100644 tdenetworkmanager/src/settings/connection_setting_serial.ui delete mode 100644 tdenetworkmanager/src/settings/connection_setting_vpn.ui delete mode 100644 tdenetworkmanager/src/settings/connection_setting_wireless.ui delete mode 100644 tdenetworkmanager/src/settings/connection_setting_wireless_security.ui delete mode 100644 tdenetworkmanager/src/settings/connection_setting_wireless_security_auth.ui delete mode 100644 tdenetworkmanager/src/settings/connection_setting_wireless_security_eap.ui delete mode 100644 tdenetworkmanager/src/settings/connection_setting_wireless_security_phase2.ui delete mode 100644 tdenetworkmanager/src/settings/connection_setting_wireless_security_wep.ui delete mode 100644 tdenetworkmanager/src/settings/connection_setting_wireless_security_wepencryption.ui delete mode 100644 tdenetworkmanager/src/settings/connection_setting_wireless_security_wpacipher.ui delete mode 100644 tdenetworkmanager/src/settings/connection_setting_wireless_security_wpapsk.ui delete mode 100644 tdenetworkmanager/src/settings/connection_setting_wireless_security_wpaversion.ui delete mode 100644 tdenetworkmanager/src/settings/connection_settings.ui diff --git a/tdenetworkmanager/src/CMakeLists.txt b/tdenetworkmanager/src/CMakeLists.txt index a379be9..aa06061 100644 --- a/tdenetworkmanager/src/CMakeLists.txt +++ b/tdenetworkmanager/src/CMakeLists.txt @@ -12,7 +12,7 @@ add_definitions( -UQT_NO_ASCII_CAST ) #add_subdirectory( settings ) -#add_subdirectory( configwidgets ) +add_subdirectory( configwidgets ) include_directories( ${CMAKE_CURRENT_BINARY_DIR} @@ -63,6 +63,6 @@ tde_add_tdeinit_executable( knetworkmanager AUTOMOC #knetworkmanager-pluginmanager.cpp knetworkmanager-vpnservice.cpp knetworkmanager-vpnmanager.cpp #knetworkmanager-vpnauthenticationdialog.cpp #vpn_tray_component.cpp - EMBED tdenetwork-connection-configwidgets-static tdenetwork-connection-settings-static + EMBED tdenetwork-connection-configwidgets-static #tdenetwork-connection-settings-static LINK tdecore-shared tdeui-shared kutils-shared ${DBUS_TQT_LIBRARIES} ) diff --git a/tdenetworkmanager/src/configwidgets/connection_setting_cdma.ui b/tdenetworkmanager/src/configwidgets/connection_setting_cdma.ui new file mode 100644 index 0000000..5674468 --- /dev/null +++ b/tdenetworkmanager/src/configwidgets/connection_setting_cdma.ui @@ -0,0 +1,131 @@ + +ConnectionSettingCdmaWidget + + + ConnectionSettingCdmaWidget + + + + 0 + 0 + 381 + 102 + + + + Form1 + + + + unnamed + + + 0 + + + + layout10 + + + + unnamed + + + + mPassword + + + Password needed to access the service + + + + + textLabel1 + + + &Number: + + + mNumber + + + + + mUsername + + + Username needed to access the service + + + + + textLabel2 + + + &Username: + + + mUsername + + + + + textLabel2_2 + + + &Password: + + + mUsername + + + + + mNumber + + + + + spacer2 + + + Horizontal + + + Expanding + + + + 146 + 20 + + + + + + + + spacer1 + + + Vertical + + + Expanding + + + + 20 + 16 + + + + + + + mNumber + mUsername + mPassword + + + diff --git a/tdenetworkmanager/src/configwidgets/connection_setting_gsm.ui b/tdenetworkmanager/src/configwidgets/connection_setting_gsm.ui new file mode 100644 index 0000000..c89a749 --- /dev/null +++ b/tdenetworkmanager/src/configwidgets/connection_setting_gsm.ui @@ -0,0 +1,294 @@ + +ConnectionSettingGsmWidget + + + ConnectionSettingGsmWidget + + + + 0 + 0 + 381 + 245 + + + + Form1 + + + + unnamed + + + 0 + + + + layout9 + + + + unnamed + + + + textLabel4 + + + Network &ID: + + + mNetworkId + + + + + textLabel2_2_2 + + + PU&K: + + + mUsername + + + + + textLabel1 + + + &Number: + + + mNumber + + + + + mPassword + + + Password needed to access the service + + + + + + Any + + + + + GPRS + + + + + GSM + + + + + Prefer GPRS + + + + + Prefer GSM + + + + mNetworkType + + + Select the type of cellular data network the connection should use + + + Any chooses the best available; GSM/GPRS locks the connection to the specified network type; Prefer options prefer one type but will use the other if necessary + + + + + textLabel6 + + + Network &Type: + + + mNetworkType + + + + + textLabel2 + + + &Username: + + + mUsername + + + + + mApn + + + Access Point Name + + + The hostname of the machine providing network access + + + + + textLabel5 + + + &Band: + + + mBand + + + + + mPuk + + + Personal Unblocking Code + + + A code used to unblock a blocked SIM card + + + + + mBand + + + 5 + + + -1 + + + -1 + + + + + spacer4 + + + Horizontal + + + Expanding + + + + 171 + 20 + + + + + + mPin + + + Personal Identification Number + + + A code used for all GSM-based phones to establish authorisation for access to certain functions or information + + + + + mUsername + + + Username needed to access the service + + + + + mNumber + + + + + mNetworkId + + + The GSM network to connect to + + + + + textLabel2_3 + + + &PIN: + + + mUsername + + + + + textLabel2_2 + + + Pass&word: + + + mUsername + + + + + textLabel3 + + + &APN: + + + mApn + + + + + + + spacer5 + + + Vertical + + + Expanding + + + + 20 + 51 + + + + + + + mUsername + mPassword + mPin + mPuk + mNumber + mApn + mNetworkId + mNetworkType + mBand + + + diff --git a/tdenetworkmanager/src/configwidgets/connection_setting_info.ui b/tdenetworkmanager/src/configwidgets/connection_setting_info.ui new file mode 100644 index 0000000..72a6e87 --- /dev/null +++ b/tdenetworkmanager/src/configwidgets/connection_setting_info.ui @@ -0,0 +1,71 @@ + +ConnectionSettingInfoWidget + + + ConnectionSettingInfoWidget + + + + 0 + 0 + 591 + 151 + + + + Form1 + + + + unnamed + + + + textLabel1 + + + Connection Name: + + + + + txtConnectionName + + + + + spacer1 + + + Vertical + + + Expanding + + + + 20 + 30 + + + + + + textLabel1_2 + + + Autoconnect: + + + + + chkAutoConnect + + + + + + + + + diff --git a/tdenetworkmanager/src/configwidgets/connection_setting_ipv4.ui b/tdenetworkmanager/src/configwidgets/connection_setting_ipv4.ui new file mode 100644 index 0000000..0f08a00 --- /dev/null +++ b/tdenetworkmanager/src/configwidgets/connection_setting_ipv4.ui @@ -0,0 +1,116 @@ + +ConnectionSettingIPv4Widget + + + ConnectionSettingIPv4Widget + + + + 0 + 0 + 534 + 330 + + + + Form3 + + + + unnamed + + + + groupIPConfig + + + Use manual IP configuration + + + true + + + false + + + + unnamed + + + + textLabel1 + + + DNS Addresses: + + + + + textLabel2_2 + + + DNS Search: + + + + + textLabel2 + + + IP Address: + + + + + txtIP + + + + + txtDNSAddresses + + + + + txtDNSSearch + + + + + textLabel2_3 + + + Netmask: + + + + + txtNetmask + + + + + textLabel1_2 + + + Gateway: + + + + + txtGateway + + + + + + + + txtIP + txtNetmask + txtGateway + txtDNSAddresses + txtDNSSearch + + + diff --git a/tdenetworkmanager/src/configwidgets/connection_setting_ppp.ui b/tdenetworkmanager/src/configwidgets/connection_setting_ppp.ui new file mode 100644 index 0000000..7db6e5e --- /dev/null +++ b/tdenetworkmanager/src/configwidgets/connection_setting_ppp.ui @@ -0,0 +1,320 @@ + +ConnectionSettingPppWidget + + + ConnectionSettingPppWidget + + + + 0 + 0 + 472 + 284 + + + + Form2 + + + + unnamed + + + 0 + + + + layout9 + + + + unnamed + + + + mRequireMppe128 + + + Require MPPE128 + + + + + spacer6 + + + Vertical + + + Expanding + + + + 20 + 50 + + + + + + layout11 + + + + unnamed + + + + mLcpEchoInterval + + + + + textLabel11 + + + LCP Echo Interval + + + + + + + layout12 + + + + unnamed + + + + mLcpEchoFailure + + + + + textLabel10 + + + LCP Echo Failure + + + + + + + layout15 + + + + unnamed + + + + mBaudRate + + + + + textLabel7 + + + Baud rate + + + + + + + layout13 + + + + unnamed + + + + mMtu + + + + + textLabel9 + + + MTU + + + + + + + mRefusePap + + + Refuse PAP + + + + + mNoAuth + + + No Authorization + + + + + mNoVjComp + + + No VJ Compression + + + + + mRefuseMschap + + + Refuse MSCHAP + + + + + layout14 + + + + unnamed + + + + mMru + + + + + textLabel8 + + + MRU + + + + + + + mRequireMppe + + + Require MPPE + + + + + mRequireMppc + + + Require MPPC + + + + + mRefuseMschapV2 + + + Refuse MSCHAPv2 + + + + + mNoBsd + + + No BSD + + + + + mStatefulMppe + + + Stateful MPPE + + + + + mCrtscts + + + CRTSCTS + + + + + mNoDeflate + + + No Deflate + + + + + mRefuseChap + + + Refuse CHAP + + + + + mRefuseEap + + + Refuse EAP + + + + + + + spacer2 + + + Vertical + + + Expanding + + + + 20 + 41 + + + + + + + mNoAuth + mRefuseEap + mRefusePap + mRefuseChap + mRefuseMschap + mRefuseMschapV2 + mNoBsd + mNoDeflate + mNoVjComp + mRequireMppe + mRequireMppe128 + mStatefulMppe + mRequireMppc + mCrtscts + mBaudRate + mMru + mMtu + mLcpEchoFailure + mLcpEchoInterval + + + diff --git a/tdenetworkmanager/src/configwidgets/connection_setting_serial.ui b/tdenetworkmanager/src/configwidgets/connection_setting_serial.ui new file mode 100644 index 0000000..2a3b9ad --- /dev/null +++ b/tdenetworkmanager/src/configwidgets/connection_setting_serial.ui @@ -0,0 +1,185 @@ + +ConnectionSettingSerialWidget + + + ConnectionSettingSerialWidget + + + + 0 + 0 + 170 + 187 + + + + Form2 + + + + unnamed + + + 0 + + + + layout23 + + + + unnamed + + + + mSendDelay + + + + + textLabel11 + + + &Send delay + + + mSendDelay + + + + + + None + + + + + Even + + + + + Odd + + + + mParity + + + + + + 0 + + + + + 1 + + + + mStopBits + + + 1 + + + + + + 7 + + + + + 8 + + + + + 9 + + + + mDataBits + + + 1 + + + + + mBaudRate + + + + + textLabel12_3 + + + &Stop bits: + + + mStopBits + + + + + textLabel7 + + + Baud rate + + + + + textLabel12_2 + + + &Parity: + + + mParity + + + + + textLabel12 + + + &Data bits: + + + mDataBits + + + + + + + spacer6 + + + Vertical + + + Expanding + + + + 20 + 141 + + + + + + + mBaudRate + mDataBits + mParity + mStopBits + mSendDelay + + + diff --git a/tdenetworkmanager/src/configwidgets/connection_setting_vpn.ui b/tdenetworkmanager/src/configwidgets/connection_setting_vpn.ui new file mode 100644 index 0000000..976fc25 --- /dev/null +++ b/tdenetworkmanager/src/configwidgets/connection_setting_vpn.ui @@ -0,0 +1,51 @@ + +ConnectionSettingVPNWidget + + + VPN + + + + 0 + 0 + 331 + 155 + + + + VPN + + + + unnamed + + + + cboServices + + + + + textLabel2 + + + Service + + + + + widgetStack + + + + WStackPage + + + 0 + + + + + + + diff --git a/tdenetworkmanager/src/configwidgets/connection_setting_wireless.ui b/tdenetworkmanager/src/configwidgets/connection_setting_wireless.ui new file mode 100644 index 0000000..9415ce4 --- /dev/null +++ b/tdenetworkmanager/src/configwidgets/connection_setting_wireless.ui @@ -0,0 +1,140 @@ + +ConnectionSettingWirelessWidget + + + ConnectionSettingWirelessWidget + + + + 0 + 0 + 506 + 418 + + + + Form6 + + + + unnamed + + + + textLabel1 + + + Essid: + + + + + txtEssid + + + + + pbExpert + + + Expert options + + + + + spacer1 + + + Horizontal + + + Expanding + + + + 282 + 20 + + + + + + + Essid + + + true + + + true + + + + + Quality + + + true + + + true + + + + + Security + + + true + + + true + + + + lvEssids + + + StyledPanel + + + Sunken + + + true + + + true + + + + + framePlaceholder + + + NoFrame + + + Raised + + + + + chkAutoRefresh + + + Refresh automatically + + + true + + + + + + + klineedit.h + kpushbutton.h + klistview.h + + diff --git a/tdenetworkmanager/src/configwidgets/connection_setting_wireless_security.ui b/tdenetworkmanager/src/configwidgets/connection_setting_wireless_security.ui new file mode 100644 index 0000000..5fce58f --- /dev/null +++ b/tdenetworkmanager/src/configwidgets/connection_setting_wireless_security.ui @@ -0,0 +1,87 @@ + +ConnectionSettingWirelessSecurityWidget + + + Form1 + + + + 0 + 0 + 522 + 158 + + + + Form1 + + + + unnamed + + + + groupUseEncryption + + + Use Wireless Security + + + true + + + false + + + + unnamed + + + + cboSecurity + + + + + textLabel1 + + + Security: + + + + + buttonGroup5 + + + NoFrame + + + + + + + unnamed + + + 0 + + + + + + pbExtra + + + Expert settings + + + true + + + + + + + + diff --git a/tdenetworkmanager/src/configwidgets/connection_setting_wireless_security_auth.ui b/tdenetworkmanager/src/configwidgets/connection_setting_wireless_security_auth.ui new file mode 100644 index 0000000..ce88e51 --- /dev/null +++ b/tdenetworkmanager/src/configwidgets/connection_setting_wireless_security_auth.ui @@ -0,0 +1,51 @@ + +Form1 + + + Form1 + + + + 0 + 0 + 342 + 97 + + + + Form1 + + + + unnamed + + + + groupBox1 + + + Authentication + + + + unnamed + + + + textLabel1 + + + Method: + + + + + cboAuthAlg + + + + + + + + diff --git a/tdenetworkmanager/src/configwidgets/connection_setting_wireless_security_eap.ui b/tdenetworkmanager/src/configwidgets/connection_setting_wireless_security_eap.ui new file mode 100644 index 0000000..a851a93 --- /dev/null +++ b/tdenetworkmanager/src/configwidgets/connection_setting_wireless_security_eap.ui @@ -0,0 +1,163 @@ + +ConnectionSettingWirelessSecurityEAP + + + ConnectionSettingWirelessSecurityEAP + + + + 0 + 0 + 583 + 174 + + + + Form2 + + + + unnamed + + + 0 + + + + groupBox2 + + + EAP + + + + unnamed + + + + textLabel8 + + + Method: + + + + + textLabel9 + + + Identity: + + + + + cboMethod + + + + + txtIdentity + + + + + txtAnonIdentity + + + + + textLabel10 + + + Anonymous Identity: + + + + + textLabel11 + + + Password: + + + + + txtPassword + + + + + textLabel16 + + + Private Secret Key: + + + + + txtPrivateSecretKey + + + + + textLabel12 + + + Client Certificate: + + + + + kURLClientCert + + + + + kURLPrivateKey + + + + + textLabel15 + + + Private Keyfile: + + + + + textLabel14 + + + CA Certificate: + + + + + kURLCACert + + + + + textLabel1 + + + Use System CA Certificates + + + + + chkCAStore + + + + + + + + + + + + + diff --git a/tdenetworkmanager/src/configwidgets/connection_setting_wireless_security_phase2.ui b/tdenetworkmanager/src/configwidgets/connection_setting_wireless_security_phase2.ui new file mode 100644 index 0000000..b3237d4 --- /dev/null +++ b/tdenetworkmanager/src/configwidgets/connection_setting_wireless_security_phase2.ui @@ -0,0 +1,54 @@ + +ConnectionSettingWirelessSecurityPhase2 + + + ConnectionSettingWirelessSecurityPhase2 + + + + 0 + 0 + 225 + 135 + + + + Form4 + + + + unnamed + + + 0 + + + + groupBox4 + + + Phase 2 + + + + unnamed + + + + textLabel17 + + + Method: + + + + + cboPhase2Method + + + + + + + + diff --git a/tdenetworkmanager/src/configwidgets/connection_setting_wireless_security_wep.ui b/tdenetworkmanager/src/configwidgets/connection_setting_wireless_security_wep.ui new file mode 100644 index 0000000..c07033e --- /dev/null +++ b/tdenetworkmanager/src/configwidgets/connection_setting_wireless_security_wep.ui @@ -0,0 +1,146 @@ + +ConnectionSettingWirelessSecurityWEP + + + ConnectionSettingWirelessSecurityWEP + + + + 0 + 0 + 333 + 238 + + + + Form1 + + + + unnamed + + + 0 + + + + WEP + + + WEP + + + + unnamed + + + + buttonGroup1 + + + NoFrame + + + + + + + unnamed + + + 0 + + + + txtWEPKey2 + + + + + rbKeyIdx1 + + + Key 2: + + + + + rbKeyIdx3 + + + Key 4: + + + + + textLabel1 + + + Type: + + + + + rbKeyIdx0 + + + Key 1: + + + + + txtWEPKey3 + + + + + rbKeyIdx2 + + + Key 3: + + + + + txtWEPKey1 + + + + + txtWEPKey0 + + + + + cbKeyType + + + + 7 + 0 + 0 + 0 + + + + + + textLabel1_2 + + + Authentication: + + + + + cboAuthentication + + + + + + + + + + diff --git a/tdenetworkmanager/src/configwidgets/connection_setting_wireless_security_wepencryption.ui b/tdenetworkmanager/src/configwidgets/connection_setting_wireless_security_wepencryption.ui new file mode 100644 index 0000000..50c149d --- /dev/null +++ b/tdenetworkmanager/src/configwidgets/connection_setting_wireless_security_wepencryption.ui @@ -0,0 +1,46 @@ + +ConnectionSettingWirelessSecurityWEPEncryption + + + ConnectionSettingWirelessSecurityWEPEncryption + + + + 0 + 0 + 288 + 64 + + + + Form1 + + + + unnamed + + + 0 + + + + groupBox2 + + + Encryption + + + + unnamed + + + + cboEncryption + + + + + + + + diff --git a/tdenetworkmanager/src/configwidgets/connection_setting_wireless_security_wpacipher.ui b/tdenetworkmanager/src/configwidgets/connection_setting_wireless_security_wpacipher.ui new file mode 100644 index 0000000..a402e66 --- /dev/null +++ b/tdenetworkmanager/src/configwidgets/connection_setting_wireless_security_wpacipher.ui @@ -0,0 +1,128 @@ + +ConnectionSettingWirelessSecurityWPACipher + + + ConnectionSettingWirelessSecurityWPACipher + + + + 0 + 0 + 600 + 99 + + + + Form1 + + + + unnamed + + + 0 + + + + grpUseCipher + + + Use specific cipher + + + true + + + false + + + + unnamed + + + + textLabel18 + + + Group Cipher: + + + + + textLabel1 + + + Pairwise Cipher: + + + + + chkGroupCipherCCMP + + + CCMP + + + + + chkGroupCipherTKIP + + + TKIP + + + + + chkPairwiseCipherTKIP + + + TKIP + + + + + chkPairwiseCipherCCMP + + + CCMP + + + + + chkGroupCipherWEP40 + + + WEP 40 + + + + + spacer2 + + + Horizontal + + + Expanding + + + + 60 + 20 + + + + + + chkGroupCipherWEP104 + + + WEP 104 + + + + + + + + diff --git a/tdenetworkmanager/src/configwidgets/connection_setting_wireless_security_wpapsk.ui b/tdenetworkmanager/src/configwidgets/connection_setting_wireless_security_wpapsk.ui new file mode 100644 index 0000000..4df8eea --- /dev/null +++ b/tdenetworkmanager/src/configwidgets/connection_setting_wireless_security_wpapsk.ui @@ -0,0 +1,46 @@ + +ConnectionSettingWirelessSecurityWPAPSK + + + ConnectionSettingWirelessSecurityWPAPSK + + + + 0 + 0 + 600 + 480 + + + + Form2 + + + + unnamed + + + 0 + + + + groupBox3 + + + Shared Key + + + + unnamed + + + + txtPSK + + + + + + + + diff --git a/tdenetworkmanager/src/configwidgets/connection_setting_wireless_security_wpaversion.ui b/tdenetworkmanager/src/configwidgets/connection_setting_wireless_security_wpaversion.ui new file mode 100644 index 0000000..11b1655 --- /dev/null +++ b/tdenetworkmanager/src/configwidgets/connection_setting_wireless_security_wpaversion.ui @@ -0,0 +1,80 @@ + +ConnectionSettingWirelessSecurityWPAVersion + + + ConnectionSettingWirelessSecurityWPAVersion + + + + 0 + 0 + 308 + 64 + + + + Form3 + + + + unnamed + + + 0 + + + + grpUseWPAVersion + + + Use specific WPA Version + + + true + + + false + + + + unnamed + + + + cbRSN + + + WPA 2/RSN + + + + + cbWPA + + + WPA 1 + + + + + spacer7 + + + Horizontal + + + Expanding + + + + 50 + 20 + + + + + + + + + diff --git a/tdenetworkmanager/src/configwidgets/connection_settings.ui b/tdenetworkmanager/src/configwidgets/connection_settings.ui new file mode 100644 index 0000000..c7994de --- /dev/null +++ b/tdenetworkmanager/src/configwidgets/connection_settings.ui @@ -0,0 +1,137 @@ + +ConnectionSettingsDialog + + + ConnectionSettingsDialog + + + + 0 + 0 + 644 + 318 + + + + Connections + + + + unnamed + + + + pbBack + + + Back + + + + + lblInfo + + + + 1 + + + + New Connection + + + + + wstackSettings + + + + 5 + 7 + 0 + 0 + + + + TabWidgetPanel + + + + WStackPage + + + 0 + + + + + + pbCancel + + + Cancel + + + + + spacer2 + + + Horizontal + + + Expanding + + + + 180 + 20 + + + + + + pbNext + + + Next + + + true + + + + + pbSave + + + Save + + + + + btnConnect + + + Connect && Save + + + + + + true + + + false + + + + + + + kpushbutton.h + kpushbutton.h + kpushbutton.h + kpushbutton.h + + diff --git a/tdenetworkmanager/src/configwidgets/knetworkmanager-connection_setting_cdma_widget.cpp b/tdenetworkmanager/src/configwidgets/knetworkmanager-connection_setting_cdma_widget.cpp index b09fea9..c803b4a 100644 --- a/tdenetworkmanager/src/configwidgets/knetworkmanager-connection_setting_cdma_widget.cpp +++ b/tdenetworkmanager/src/configwidgets/knetworkmanager-connection_setting_cdma_widget.cpp @@ -34,19 +34,17 @@ #include // knm headers -#include "knetworkmanager-connection.h" -#include "knetworkmanager-connection_setting_cdma.h" #include "knetworkmanager-connection_setting_cdma_widget.h" -#include "knetworkmanager-device.h" +// ui headers #include "connection_setting_cdma.h" using namespace ConnectionSettings; -CDMAWidgetImpl::CDMAWidgetImpl(Connection* conn, TQWidget* parent, const char* name, WFlags fl) +CDMAWidgetImpl::CDMAWidgetImpl(TDENetworkConnection* conn, TQWidget* parent, const char* name, WFlags fl) : WidgetInterface(parent, name, fl) { - _cdmasetting = dynamic_cast (conn->getSetting(NM_SETTING_CDMA_SETTING_NAME)); + _cdmasetting = dynamic_cast (conn); TQVBoxLayout* layout = new TQVBoxLayout(this, 1, 1); _mainWid = new ConnectionSettingCdmaWidget(this); diff --git a/tdenetworkmanager/src/configwidgets/knetworkmanager-connection_setting_cdma_widget.h b/tdenetworkmanager/src/configwidgets/knetworkmanager-connection_setting_cdma_widget.h index 6ee8a37..0cbbfee 100644 --- a/tdenetworkmanager/src/configwidgets/knetworkmanager-connection_setting_cdma_widget.h +++ b/tdenetworkmanager/src/configwidgets/knetworkmanager-connection_setting_cdma_widget.h @@ -26,14 +26,16 @@ #define KNETWORKMANAGER_CONNECTION_SETTING_CDMA_WIDGET_H -// qt headers +// tqt headers #include #include +// tde headers +#include +#include + // knm headers -#include "knetworkmanager-connection_setting_cdma.h" #include "knetworkmanager-connection_setting_widget_interface.h" -#include "knetworkmanager-device.h" //class VPNService; class ConnectionSettingCdmaWidget; @@ -41,14 +43,12 @@ class ConnectionSettingCdmaWidget; namespace ConnectionSettings { -class Connection; - class CDMAWidgetImpl : public WidgetInterface { Q_OBJECT public: - CDMAWidgetImpl(Connection* conn, TQWidget* parent = NULL, const char* name = NULL, WFlags fl = 0); + CDMAWidgetImpl(TDENetworkConnection* conn, TQWidget* parent = NULL, const char* name = NULL, WFlags fl = 0); void Activate(); void Deactivate(); public slots: @@ -59,7 +59,7 @@ class CDMAWidgetImpl : public WidgetInterface //VPNConfigWidget* getVPNConfigWidget(VPNService* service); - CDMA* _cdmasetting; + TDEModemConnection* _cdmasetting; ConnectionSettingCdmaWidget* _mainWid; }; diff --git a/tdenetworkmanager/src/settings/connection_setting_cdma.ui b/tdenetworkmanager/src/settings/connection_setting_cdma.ui deleted file mode 100644 index 5674468..0000000 --- a/tdenetworkmanager/src/settings/connection_setting_cdma.ui +++ /dev/null @@ -1,131 +0,0 @@ - -ConnectionSettingCdmaWidget - - - ConnectionSettingCdmaWidget - - - - 0 - 0 - 381 - 102 - - - - Form1 - - - - unnamed - - - 0 - - - - layout10 - - - - unnamed - - - - mPassword - - - Password needed to access the service - - - - - textLabel1 - - - &Number: - - - mNumber - - - - - mUsername - - - Username needed to access the service - - - - - textLabel2 - - - &Username: - - - mUsername - - - - - textLabel2_2 - - - &Password: - - - mUsername - - - - - mNumber - - - - - spacer2 - - - Horizontal - - - Expanding - - - - 146 - 20 - - - - - - - - spacer1 - - - Vertical - - - Expanding - - - - 20 - 16 - - - - - - - mNumber - mUsername - mPassword - - - diff --git a/tdenetworkmanager/src/settings/connection_setting_gsm.ui b/tdenetworkmanager/src/settings/connection_setting_gsm.ui deleted file mode 100644 index c89a749..0000000 --- a/tdenetworkmanager/src/settings/connection_setting_gsm.ui +++ /dev/null @@ -1,294 +0,0 @@ - -ConnectionSettingGsmWidget - - - ConnectionSettingGsmWidget - - - - 0 - 0 - 381 - 245 - - - - Form1 - - - - unnamed - - - 0 - - - - layout9 - - - - unnamed - - - - textLabel4 - - - Network &ID: - - - mNetworkId - - - - - textLabel2_2_2 - - - PU&K: - - - mUsername - - - - - textLabel1 - - - &Number: - - - mNumber - - - - - mPassword - - - Password needed to access the service - - - - - - Any - - - - - GPRS - - - - - GSM - - - - - Prefer GPRS - - - - - Prefer GSM - - - - mNetworkType - - - Select the type of cellular data network the connection should use - - - Any chooses the best available; GSM/GPRS locks the connection to the specified network type; Prefer options prefer one type but will use the other if necessary - - - - - textLabel6 - - - Network &Type: - - - mNetworkType - - - - - textLabel2 - - - &Username: - - - mUsername - - - - - mApn - - - Access Point Name - - - The hostname of the machine providing network access - - - - - textLabel5 - - - &Band: - - - mBand - - - - - mPuk - - - Personal Unblocking Code - - - A code used to unblock a blocked SIM card - - - - - mBand - - - 5 - - - -1 - - - -1 - - - - - spacer4 - - - Horizontal - - - Expanding - - - - 171 - 20 - - - - - - mPin - - - Personal Identification Number - - - A code used for all GSM-based phones to establish authorisation for access to certain functions or information - - - - - mUsername - - - Username needed to access the service - - - - - mNumber - - - - - mNetworkId - - - The GSM network to connect to - - - - - textLabel2_3 - - - &PIN: - - - mUsername - - - - - textLabel2_2 - - - Pass&word: - - - mUsername - - - - - textLabel3 - - - &APN: - - - mApn - - - - - - - spacer5 - - - Vertical - - - Expanding - - - - 20 - 51 - - - - - - - mUsername - mPassword - mPin - mPuk - mNumber - mApn - mNetworkId - mNetworkType - mBand - - - diff --git a/tdenetworkmanager/src/settings/connection_setting_info.ui b/tdenetworkmanager/src/settings/connection_setting_info.ui deleted file mode 100644 index 72a6e87..0000000 --- a/tdenetworkmanager/src/settings/connection_setting_info.ui +++ /dev/null @@ -1,71 +0,0 @@ - -ConnectionSettingInfoWidget - - - ConnectionSettingInfoWidget - - - - 0 - 0 - 591 - 151 - - - - Form1 - - - - unnamed - - - - textLabel1 - - - Connection Name: - - - - - txtConnectionName - - - - - spacer1 - - - Vertical - - - Expanding - - - - 20 - 30 - - - - - - textLabel1_2 - - - Autoconnect: - - - - - chkAutoConnect - - - - - - - - - diff --git a/tdenetworkmanager/src/settings/connection_setting_ipv4.ui b/tdenetworkmanager/src/settings/connection_setting_ipv4.ui deleted file mode 100644 index 0f08a00..0000000 --- a/tdenetworkmanager/src/settings/connection_setting_ipv4.ui +++ /dev/null @@ -1,116 +0,0 @@ - -ConnectionSettingIPv4Widget - - - ConnectionSettingIPv4Widget - - - - 0 - 0 - 534 - 330 - - - - Form3 - - - - unnamed - - - - groupIPConfig - - - Use manual IP configuration - - - true - - - false - - - - unnamed - - - - textLabel1 - - - DNS Addresses: - - - - - textLabel2_2 - - - DNS Search: - - - - - textLabel2 - - - IP Address: - - - - - txtIP - - - - - txtDNSAddresses - - - - - txtDNSSearch - - - - - textLabel2_3 - - - Netmask: - - - - - txtNetmask - - - - - textLabel1_2 - - - Gateway: - - - - - txtGateway - - - - - - - - txtIP - txtNetmask - txtGateway - txtDNSAddresses - txtDNSSearch - - - diff --git a/tdenetworkmanager/src/settings/connection_setting_ppp.ui b/tdenetworkmanager/src/settings/connection_setting_ppp.ui deleted file mode 100644 index 7db6e5e..0000000 --- a/tdenetworkmanager/src/settings/connection_setting_ppp.ui +++ /dev/null @@ -1,320 +0,0 @@ - -ConnectionSettingPppWidget - - - ConnectionSettingPppWidget - - - - 0 - 0 - 472 - 284 - - - - Form2 - - - - unnamed - - - 0 - - - - layout9 - - - - unnamed - - - - mRequireMppe128 - - - Require MPPE128 - - - - - spacer6 - - - Vertical - - - Expanding - - - - 20 - 50 - - - - - - layout11 - - - - unnamed - - - - mLcpEchoInterval - - - - - textLabel11 - - - LCP Echo Interval - - - - - - - layout12 - - - - unnamed - - - - mLcpEchoFailure - - - - - textLabel10 - - - LCP Echo Failure - - - - - - - layout15 - - - - unnamed - - - - mBaudRate - - - - - textLabel7 - - - Baud rate - - - - - - - layout13 - - - - unnamed - - - - mMtu - - - - - textLabel9 - - - MTU - - - - - - - mRefusePap - - - Refuse PAP - - - - - mNoAuth - - - No Authorization - - - - - mNoVjComp - - - No VJ Compression - - - - - mRefuseMschap - - - Refuse MSCHAP - - - - - layout14 - - - - unnamed - - - - mMru - - - - - textLabel8 - - - MRU - - - - - - - mRequireMppe - - - Require MPPE - - - - - mRequireMppc - - - Require MPPC - - - - - mRefuseMschapV2 - - - Refuse MSCHAPv2 - - - - - mNoBsd - - - No BSD - - - - - mStatefulMppe - - - Stateful MPPE - - - - - mCrtscts - - - CRTSCTS - - - - - mNoDeflate - - - No Deflate - - - - - mRefuseChap - - - Refuse CHAP - - - - - mRefuseEap - - - Refuse EAP - - - - - - - spacer2 - - - Vertical - - - Expanding - - - - 20 - 41 - - - - - - - mNoAuth - mRefuseEap - mRefusePap - mRefuseChap - mRefuseMschap - mRefuseMschapV2 - mNoBsd - mNoDeflate - mNoVjComp - mRequireMppe - mRequireMppe128 - mStatefulMppe - mRequireMppc - mCrtscts - mBaudRate - mMru - mMtu - mLcpEchoFailure - mLcpEchoInterval - - - diff --git a/tdenetworkmanager/src/settings/connection_setting_serial.ui b/tdenetworkmanager/src/settings/connection_setting_serial.ui deleted file mode 100644 index 2a3b9ad..0000000 --- a/tdenetworkmanager/src/settings/connection_setting_serial.ui +++ /dev/null @@ -1,185 +0,0 @@ - -ConnectionSettingSerialWidget - - - ConnectionSettingSerialWidget - - - - 0 - 0 - 170 - 187 - - - - Form2 - - - - unnamed - - - 0 - - - - layout23 - - - - unnamed - - - - mSendDelay - - - - - textLabel11 - - - &Send delay - - - mSendDelay - - - - - - None - - - - - Even - - - - - Odd - - - - mParity - - - - - - 0 - - - - - 1 - - - - mStopBits - - - 1 - - - - - - 7 - - - - - 8 - - - - - 9 - - - - mDataBits - - - 1 - - - - - mBaudRate - - - - - textLabel12_3 - - - &Stop bits: - - - mStopBits - - - - - textLabel7 - - - Baud rate - - - - - textLabel12_2 - - - &Parity: - - - mParity - - - - - textLabel12 - - - &Data bits: - - - mDataBits - - - - - - - spacer6 - - - Vertical - - - Expanding - - - - 20 - 141 - - - - - - - mBaudRate - mDataBits - mParity - mStopBits - mSendDelay - - - diff --git a/tdenetworkmanager/src/settings/connection_setting_vpn.ui b/tdenetworkmanager/src/settings/connection_setting_vpn.ui deleted file mode 100644 index 976fc25..0000000 --- a/tdenetworkmanager/src/settings/connection_setting_vpn.ui +++ /dev/null @@ -1,51 +0,0 @@ - -ConnectionSettingVPNWidget - - - VPN - - - - 0 - 0 - 331 - 155 - - - - VPN - - - - unnamed - - - - cboServices - - - - - textLabel2 - - - Service - - - - - widgetStack - - - - WStackPage - - - 0 - - - - - - - diff --git a/tdenetworkmanager/src/settings/connection_setting_wireless.ui b/tdenetworkmanager/src/settings/connection_setting_wireless.ui deleted file mode 100644 index 9415ce4..0000000 --- a/tdenetworkmanager/src/settings/connection_setting_wireless.ui +++ /dev/null @@ -1,140 +0,0 @@ - -ConnectionSettingWirelessWidget - - - ConnectionSettingWirelessWidget - - - - 0 - 0 - 506 - 418 - - - - Form6 - - - - unnamed - - - - textLabel1 - - - Essid: - - - - - txtEssid - - - - - pbExpert - - - Expert options - - - - - spacer1 - - - Horizontal - - - Expanding - - - - 282 - 20 - - - - - - - Essid - - - true - - - true - - - - - Quality - - - true - - - true - - - - - Security - - - true - - - true - - - - lvEssids - - - StyledPanel - - - Sunken - - - true - - - true - - - - - framePlaceholder - - - NoFrame - - - Raised - - - - - chkAutoRefresh - - - Refresh automatically - - - true - - - - - - - klineedit.h - kpushbutton.h - klistview.h - - diff --git a/tdenetworkmanager/src/settings/connection_setting_wireless_security.ui b/tdenetworkmanager/src/settings/connection_setting_wireless_security.ui deleted file mode 100644 index 5fce58f..0000000 --- a/tdenetworkmanager/src/settings/connection_setting_wireless_security.ui +++ /dev/null @@ -1,87 +0,0 @@ - -ConnectionSettingWirelessSecurityWidget - - - Form1 - - - - 0 - 0 - 522 - 158 - - - - Form1 - - - - unnamed - - - - groupUseEncryption - - - Use Wireless Security - - - true - - - false - - - - unnamed - - - - cboSecurity - - - - - textLabel1 - - - Security: - - - - - buttonGroup5 - - - NoFrame - - - - - - - unnamed - - - 0 - - - - - - pbExtra - - - Expert settings - - - true - - - - - - - - diff --git a/tdenetworkmanager/src/settings/connection_setting_wireless_security_auth.ui b/tdenetworkmanager/src/settings/connection_setting_wireless_security_auth.ui deleted file mode 100644 index ce88e51..0000000 --- a/tdenetworkmanager/src/settings/connection_setting_wireless_security_auth.ui +++ /dev/null @@ -1,51 +0,0 @@ - -Form1 - - - Form1 - - - - 0 - 0 - 342 - 97 - - - - Form1 - - - - unnamed - - - - groupBox1 - - - Authentication - - - - unnamed - - - - textLabel1 - - - Method: - - - - - cboAuthAlg - - - - - - - - diff --git a/tdenetworkmanager/src/settings/connection_setting_wireless_security_eap.ui b/tdenetworkmanager/src/settings/connection_setting_wireless_security_eap.ui deleted file mode 100644 index a851a93..0000000 --- a/tdenetworkmanager/src/settings/connection_setting_wireless_security_eap.ui +++ /dev/null @@ -1,163 +0,0 @@ - -ConnectionSettingWirelessSecurityEAP - - - ConnectionSettingWirelessSecurityEAP - - - - 0 - 0 - 583 - 174 - - - - Form2 - - - - unnamed - - - 0 - - - - groupBox2 - - - EAP - - - - unnamed - - - - textLabel8 - - - Method: - - - - - textLabel9 - - - Identity: - - - - - cboMethod - - - - - txtIdentity - - - - - txtAnonIdentity - - - - - textLabel10 - - - Anonymous Identity: - - - - - textLabel11 - - - Password: - - - - - txtPassword - - - - - textLabel16 - - - Private Secret Key: - - - - - txtPrivateSecretKey - - - - - textLabel12 - - - Client Certificate: - - - - - kURLClientCert - - - - - kURLPrivateKey - - - - - textLabel15 - - - Private Keyfile: - - - - - textLabel14 - - - CA Certificate: - - - - - kURLCACert - - - - - textLabel1 - - - Use System CA Certificates - - - - - chkCAStore - - - - - - - - - - - - - diff --git a/tdenetworkmanager/src/settings/connection_setting_wireless_security_phase2.ui b/tdenetworkmanager/src/settings/connection_setting_wireless_security_phase2.ui deleted file mode 100644 index b3237d4..0000000 --- a/tdenetworkmanager/src/settings/connection_setting_wireless_security_phase2.ui +++ /dev/null @@ -1,54 +0,0 @@ - -ConnectionSettingWirelessSecurityPhase2 - - - ConnectionSettingWirelessSecurityPhase2 - - - - 0 - 0 - 225 - 135 - - - - Form4 - - - - unnamed - - - 0 - - - - groupBox4 - - - Phase 2 - - - - unnamed - - - - textLabel17 - - - Method: - - - - - cboPhase2Method - - - - - - - - diff --git a/tdenetworkmanager/src/settings/connection_setting_wireless_security_wep.ui b/tdenetworkmanager/src/settings/connection_setting_wireless_security_wep.ui deleted file mode 100644 index c07033e..0000000 --- a/tdenetworkmanager/src/settings/connection_setting_wireless_security_wep.ui +++ /dev/null @@ -1,146 +0,0 @@ - -ConnectionSettingWirelessSecurityWEP - - - ConnectionSettingWirelessSecurityWEP - - - - 0 - 0 - 333 - 238 - - - - Form1 - - - - unnamed - - - 0 - - - - WEP - - - WEP - - - - unnamed - - - - buttonGroup1 - - - NoFrame - - - - - - - unnamed - - - 0 - - - - txtWEPKey2 - - - - - rbKeyIdx1 - - - Key 2: - - - - - rbKeyIdx3 - - - Key 4: - - - - - textLabel1 - - - Type: - - - - - rbKeyIdx0 - - - Key 1: - - - - - txtWEPKey3 - - - - - rbKeyIdx2 - - - Key 3: - - - - - txtWEPKey1 - - - - - txtWEPKey0 - - - - - cbKeyType - - - - 7 - 0 - 0 - 0 - - - - - - textLabel1_2 - - - Authentication: - - - - - cboAuthentication - - - - - - - - - - diff --git a/tdenetworkmanager/src/settings/connection_setting_wireless_security_wepencryption.ui b/tdenetworkmanager/src/settings/connection_setting_wireless_security_wepencryption.ui deleted file mode 100644 index 50c149d..0000000 --- a/tdenetworkmanager/src/settings/connection_setting_wireless_security_wepencryption.ui +++ /dev/null @@ -1,46 +0,0 @@ - -ConnectionSettingWirelessSecurityWEPEncryption - - - ConnectionSettingWirelessSecurityWEPEncryption - - - - 0 - 0 - 288 - 64 - - - - Form1 - - - - unnamed - - - 0 - - - - groupBox2 - - - Encryption - - - - unnamed - - - - cboEncryption - - - - - - - - diff --git a/tdenetworkmanager/src/settings/connection_setting_wireless_security_wpacipher.ui b/tdenetworkmanager/src/settings/connection_setting_wireless_security_wpacipher.ui deleted file mode 100644 index a402e66..0000000 --- a/tdenetworkmanager/src/settings/connection_setting_wireless_security_wpacipher.ui +++ /dev/null @@ -1,128 +0,0 @@ - -ConnectionSettingWirelessSecurityWPACipher - - - ConnectionSettingWirelessSecurityWPACipher - - - - 0 - 0 - 600 - 99 - - - - Form1 - - - - unnamed - - - 0 - - - - grpUseCipher - - - Use specific cipher - - - true - - - false - - - - unnamed - - - - textLabel18 - - - Group Cipher: - - - - - textLabel1 - - - Pairwise Cipher: - - - - - chkGroupCipherCCMP - - - CCMP - - - - - chkGroupCipherTKIP - - - TKIP - - - - - chkPairwiseCipherTKIP - - - TKIP - - - - - chkPairwiseCipherCCMP - - - CCMP - - - - - chkGroupCipherWEP40 - - - WEP 40 - - - - - spacer2 - - - Horizontal - - - Expanding - - - - 60 - 20 - - - - - - chkGroupCipherWEP104 - - - WEP 104 - - - - - - - - diff --git a/tdenetworkmanager/src/settings/connection_setting_wireless_security_wpapsk.ui b/tdenetworkmanager/src/settings/connection_setting_wireless_security_wpapsk.ui deleted file mode 100644 index 4df8eea..0000000 --- a/tdenetworkmanager/src/settings/connection_setting_wireless_security_wpapsk.ui +++ /dev/null @@ -1,46 +0,0 @@ - -ConnectionSettingWirelessSecurityWPAPSK - - - ConnectionSettingWirelessSecurityWPAPSK - - - - 0 - 0 - 600 - 480 - - - - Form2 - - - - unnamed - - - 0 - - - - groupBox3 - - - Shared Key - - - - unnamed - - - - txtPSK - - - - - - - - diff --git a/tdenetworkmanager/src/settings/connection_setting_wireless_security_wpaversion.ui b/tdenetworkmanager/src/settings/connection_setting_wireless_security_wpaversion.ui deleted file mode 100644 index 11b1655..0000000 --- a/tdenetworkmanager/src/settings/connection_setting_wireless_security_wpaversion.ui +++ /dev/null @@ -1,80 +0,0 @@ - -ConnectionSettingWirelessSecurityWPAVersion - - - ConnectionSettingWirelessSecurityWPAVersion - - - - 0 - 0 - 308 - 64 - - - - Form3 - - - - unnamed - - - 0 - - - - grpUseWPAVersion - - - Use specific WPA Version - - - true - - - false - - - - unnamed - - - - cbRSN - - - WPA 2/RSN - - - - - cbWPA - - - WPA 1 - - - - - spacer7 - - - Horizontal - - - Expanding - - - - 50 - 20 - - - - - - - - - diff --git a/tdenetworkmanager/src/settings/connection_settings.ui b/tdenetworkmanager/src/settings/connection_settings.ui deleted file mode 100644 index c7994de..0000000 --- a/tdenetworkmanager/src/settings/connection_settings.ui +++ /dev/null @@ -1,137 +0,0 @@ - -ConnectionSettingsDialog - - - ConnectionSettingsDialog - - - - 0 - 0 - 644 - 318 - - - - Connections - - - - unnamed - - - - pbBack - - - Back - - - - - lblInfo - - - - 1 - - - - New Connection - - - - - wstackSettings - - - - 5 - 7 - 0 - 0 - - - - TabWidgetPanel - - - - WStackPage - - - 0 - - - - - - pbCancel - - - Cancel - - - - - spacer2 - - - Horizontal - - - Expanding - - - - 180 - 20 - - - - - - pbNext - - - Next - - - true - - - - - pbSave - - - Save - - - - - btnConnect - - - Connect && Save - - - - - - true - - - false - - - - - - - kpushbutton.h - kpushbutton.h - kpushbutton.h - kpushbutton.h - - -- cgit v1.2.1