You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdenetworkmanager/tdenetworkmanager/src/configwidgets/connection_setting_wireless...

129 lines
4.8 KiB

<!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>