diff options
Diffstat (limited to 'knetworkmanager-0.9/src/connection_setting_wireless_security_eap.ui')
-rw-r--r-- | knetworkmanager-0.9/src/connection_setting_wireless_security_eap.ui | 163 |
1 files changed, 0 insertions, 163 deletions
diff --git a/knetworkmanager-0.9/src/connection_setting_wireless_security_eap.ui b/knetworkmanager-0.9/src/connection_setting_wireless_security_eap.ui deleted file mode 100644 index a851a93..0000000 --- a/knetworkmanager-0.9/src/connection_setting_wireless_security_eap.ui +++ /dev/null @@ -1,163 +0,0 @@ -<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> -<class>ConnectionSettingWirelessSecurityEAP</class> -<widget class="TQWidget"> - <property name="name"> - <cstring>ConnectionSettingWirelessSecurityEAP</cstring> - </property> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>583</width> - <height>174</height> - </rect> - </property> - <property name="caption"> - <string>Form2</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>groupBox2</cstring> - </property> - <property name="title"> - <string>EAP</string> - </property> - <grid> - <property name="name"> - <cstring>unnamed</cstring> - </property> - <widget class="TQLabel" row="0" column="0"> - <property name="name"> - <cstring>textLabel8</cstring> - </property> - <property name="text"> - <string>Method:</string> - </property> - </widget> - <widget class="TQLabel" row="1" column="0"> - <property name="name"> - <cstring>textLabel9</cstring> - </property> - <property name="text"> - <string>Identity:</string> - </property> - </widget> - <widget class="TQComboBox" row="0" column="1"> - <property name="name"> - <cstring>cboMethod</cstring> - </property> - </widget> - <widget class="TQLineEdit" row="1" column="1"> - <property name="name"> - <cstring>txtIdentity</cstring> - </property> - </widget> - <widget class="TQLineEdit" row="2" column="1"> - <property name="name"> - <cstring>txtAnonIdentity</cstring> - </property> - </widget> - <widget class="TQLabel" row="2" column="0"> - <property name="name"> - <cstring>textLabel10</cstring> - </property> - <property name="text"> - <string>Anonymous Identity:</string> - </property> - </widget> - <widget class="TQLabel" row="3" column="0"> - <property name="name"> - <cstring>textLabel11</cstring> - </property> - <property name="text"> - <string>Password:</string> - </property> - </widget> - <widget class="KPasswordEdit" row="3" column="1"> - <property name="name"> - <cstring>txtPassword</cstring> - </property> - </widget> - <widget class="TQLabel" row="4" column="0"> - <property name="name"> - <cstring>textLabel16</cstring> - </property> - <property name="text"> - <string>Private Secret Key:</string> - </property> - </widget> - <widget class="KPasswordEdit" row="4" column="1"> - <property name="name"> - <cstring>txtPrivateSecretKey</cstring> - </property> - </widget> - <widget class="TQLabel" row="0" column="2"> - <property name="name"> - <cstring>textLabel12</cstring> - </property> - <property name="text"> - <string>Client Certificate:</string> - </property> - </widget> - <widget class="KURLRequester" row="0" column="3"> - <property name="name"> - <cstring>kURLClientCert</cstring> - </property> - </widget> - <widget class="KURLRequester" row="1" column="3"> - <property name="name"> - <cstring>kURLPrivateKey</cstring> - </property> - </widget> - <widget class="TQLabel" row="1" column="2"> - <property name="name"> - <cstring>textLabel15</cstring> - </property> - <property name="text"> - <string>Private Keyfile:</string> - </property> - </widget> - <widget class="TQLabel" row="3" column="2"> - <property name="name"> - <cstring>textLabel14</cstring> - </property> - <property name="text"> - <string>CA Certificate:</string> - </property> - </widget> - <widget class="KURLRequester" row="3" column="3"> - <property name="name"> - <cstring>kURLCACert</cstring> - </property> - </widget> - <widget class="TQLabel" row="2" column="2"> - <property name="name"> - <cstring>textLabel1</cstring> - </property> - <property name="text"> - <string>Use System CA Certificates</string> - </property> - </widget> - <widget class="TQCheckBox" row="2" column="3"> - <property name="name"> - <cstring>chkCAStore</cstring> - </property> - <property name="text"> - <string></string> - </property> - </widget> - </grid> - </widget> - </grid> -</widget> -<layoutdefaults spacing="6" margin="11"/> -<includehints> -</includehints> -</UI> |