diff options
Diffstat (limited to 'knetworkmanager-0.9/src/connection_setting_wireless_security_wpacipher.ui')
-rw-r--r-- | knetworkmanager-0.9/src/connection_setting_wireless_security_wpacipher.ui | 128 |
1 files changed, 0 insertions, 128 deletions
diff --git a/knetworkmanager-0.9/src/connection_setting_wireless_security_wpacipher.ui b/knetworkmanager-0.9/src/connection_setting_wireless_security_wpacipher.ui deleted file mode 100644 index a402e66..0000000 --- a/knetworkmanager-0.9/src/connection_setting_wireless_security_wpacipher.ui +++ /dev/null @@ -1,128 +0,0 @@ -<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> -<class>ConnectionSettingWirelessSecurityWPACipher</class> -<widget class="TQWidget"> - <property name="name"> - <cstring>ConnectionSettingWirelessSecurityWPACipher</cstring> - </property> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>600</width> - <height>99</height> - </rect> - </property> - <property name="caption"> - <string>Form1</string> - </property> - <grid> - <property name="name"> - <cstring>unnamed</cstring> - </property> - <property name="margin"> - <number>0</number> - </property> - <widget class="TQGroupBox" row="0" column="0"> - <property name="name"> - <cstring>grpUseCipher</cstring> - </property> - <property name="title"> - <string>Use specific cipher</string> - </property> - <property name="checkable"> - <bool>true</bool> - </property> - <property name="checked"> - <bool>false</bool> - </property> - <grid> - <property name="name"> - <cstring>unnamed</cstring> - </property> - <widget class="TQLabel" row="0" column="0"> - <property name="name"> - <cstring>textLabel18</cstring> - </property> - <property name="text"> - <string>Group Cipher:</string> - </property> - </widget> - <widget class="TQLabel" row="1" column="0"> - <property name="name"> - <cstring>textLabel1</cstring> - </property> - <property name="text"> - <string>Pairwise Cipher:</string> - </property> - </widget> - <widget class="TQCheckBox" row="0" column="2"> - <property name="name"> - <cstring>chkGroupCipherCCMP</cstring> - </property> - <property name="text"> - <string>CCMP</string> - </property> - </widget> - <widget class="TQCheckBox" row="0" column="1"> - <property name="name"> - <cstring>chkGroupCipherTKIP</cstring> - </property> - <property name="text"> - <string>TKIP</string> - </property> - </widget> - <widget class="TQCheckBox" row="1" column="1"> - <property name="name"> - <cstring>chkPairwiseCipherTKIP</cstring> - </property> - <property name="text"> - <string>TKIP</string> - </property> - </widget> - <widget class="TQCheckBox" row="1" column="2"> - <property name="name"> - <cstring>chkPairwiseCipherCCMP</cstring> - </property> - <property name="text"> - <string>CCMP</string> - </property> - </widget> - <widget class="TQCheckBox" row="0" column="3"> - <property name="name"> - <cstring>chkGroupCipherWEP40</cstring> - </property> - <property name="text"> - <string>WEP 40</string> - </property> - </widget> - <spacer row="0" column="5"> - <property name="name"> - <cstring>spacer2</cstring> - </property> - <property name="orientation"> - <enum>Horizontal</enum> - </property> - <property name="sizeType"> - <enum>Expanding</enum> - </property> - <property name="sizeHint"> - <size> - <width>60</width> - <height>20</height> - </size> - </property> - </spacer> - <widget class="TQCheckBox" row="0" column="4"> - <property name="name"> - <cstring>chkGroupCipherWEP104</cstring> - </property> - <property name="text"> - <string>WEP 104</string> - </property> - </widget> - </grid> - </widget> - </grid> -</widget> -<layoutdefaults spacing="6" margin="11"/> -</UI> |