diff options
Diffstat (limited to 'knetworkmanager-0.9/src/connection_setting_wireless_security_wep.ui')
-rw-r--r-- | knetworkmanager-0.9/src/connection_setting_wireless_security_wep.ui | 146 |
1 files changed, 146 insertions, 0 deletions
diff --git a/knetworkmanager-0.9/src/connection_setting_wireless_security_wep.ui b/knetworkmanager-0.9/src/connection_setting_wireless_security_wep.ui new file mode 100644 index 0000000..c07033e --- /dev/null +++ b/knetworkmanager-0.9/src/connection_setting_wireless_security_wep.ui @@ -0,0 +1,146 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>ConnectionSettingWirelessSecurityWEP</class> +<widget class="TQWidget"> + <property name="name"> + <cstring>ConnectionSettingWirelessSecurityWEP</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>333</width> + <height>238</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>WEP</cstring> + </property> + <property name="title"> + <string>WEP</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQButtonGroup" row="0" column="0"> + <property name="name"> + <cstring>buttonGroup1</cstring> + </property> + <property name="frameShape"> + <enum>NoFrame</enum> + </property> + <property name="title"> + <string></string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <widget class="TQLineEdit" row="4" column="1"> + <property name="name"> + <cstring>txtWEPKey2</cstring> + </property> + </widget> + <widget class="TQRadioButton" row="3" column="0"> + <property name="name"> + <cstring>rbKeyIdx1</cstring> + </property> + <property name="text"> + <string>Key 2:</string> + </property> + </widget> + <widget class="TQRadioButton" row="5" column="0"> + <property name="name"> + <cstring>rbKeyIdx3</cstring> + </property> + <property name="text"> + <string>Key 4:</string> + </property> + </widget> + <widget class="TQLabel" row="1" column="0"> + <property name="name"> + <cstring>textLabel1</cstring> + </property> + <property name="text"> + <string>Type:</string> + </property> + </widget> + <widget class="TQRadioButton" row="2" column="0"> + <property name="name"> + <cstring>rbKeyIdx0</cstring> + </property> + <property name="text"> + <string>Key 1:</string> + </property> + </widget> + <widget class="TQLineEdit" row="5" column="1"> + <property name="name"> + <cstring>txtWEPKey3</cstring> + </property> + </widget> + <widget class="TQRadioButton" row="4" column="0"> + <property name="name"> + <cstring>rbKeyIdx2</cstring> + </property> + <property name="text"> + <string>Key 3:</string> + </property> + </widget> + <widget class="TQLineEdit" row="3" column="1"> + <property name="name"> + <cstring>txtWEPKey1</cstring> + </property> + </widget> + <widget class="TQLineEdit" row="2" column="1"> + <property name="name"> + <cstring>txtWEPKey0</cstring> + </property> + </widget> + <widget class="TQComboBox" row="1" column="1"> + <property name="name"> + <cstring>cbKeyType</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>7</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + </widget> + <widget class="TQLabel" row="0" column="0"> + <property name="name"> + <cstring>textLabel1_2</cstring> + </property> + <property name="text"> + <string>Authentication:</string> + </property> + </widget> + <widget class="TQComboBox" row="0" column="1"> + <property name="name"> + <cstring>cboAuthentication</cstring> + </property> + </widget> + </grid> + </widget> + </grid> + </widget> + </grid> +</widget> +<layoutdefaults spacing="6" margin="11"/> +</UI> |