diff options
Diffstat (limited to 'knetworkmanager-0.8/src/connection_setting_wireless_security_wpaversion.ui')
-rw-r--r-- | knetworkmanager-0.8/src/connection_setting_wireless_security_wpaversion.ui | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/knetworkmanager-0.8/src/connection_setting_wireless_security_wpaversion.ui b/knetworkmanager-0.8/src/connection_setting_wireless_security_wpaversion.ui new file mode 100644 index 0000000..83729e2 --- /dev/null +++ b/knetworkmanager-0.8/src/connection_setting_wireless_security_wpaversion.ui @@ -0,0 +1,80 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>ConnectionSettingWirelessSecurityWPAVersion</class> +<widget class="TQWidget"> + <property name="name"> + <cstring>ConnectionSettingWirelessSecurityWPAVersion</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>308</width> + <height>64</height> + </rect> + </property> + <property name="caption"> + <string>Form3</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <widget class="TQButtonGroup" row="0" column="0"> + <property name="name"> + <cstring>grpUseWPAVersion</cstring> + </property> + <property name="title"> + <string>Use specific WPA Version</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="TQCheckBox" row="0" column="1"> + <property name="name"> + <cstring>cbRSN</cstring> + </property> + <property name="text"> + <string>WPA 2/RSN</string> + </property> + </widget> + <widget class="TQCheckBox" row="0" column="0"> + <property name="name"> + <cstring>cbWPA</cstring> + </property> + <property name="text"> + <string>WPA 1</string> + </property> + </widget> + <spacer row="0" column="2"> + <property name="name"> + <cstring>spacer7</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="tqsizeHint"> + <size> + <width>50</width> + <height>20</height> + </size> + </property> + </spacer> + </grid> + </widget> + </grid> +</widget> +<layoutdefaults spacing="6" margin="11"/> +</UI> |