Warning, /plasma/plasma-nm/libs/editor/settings/ui/wifisecurity.ui is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?> 0002 <ui version="4.0"> 0003 <author>Lukáš Tinkl <ltinkl@redhat.com></author> 0004 <class>WifiSecurity</class> 0005 <widget class="QWidget" name="WifiSecurity"> 0006 <property name="geometry"> 0007 <rect> 0008 <x>0</x> 0009 <y>0</y> 0010 <width>489</width> 0011 <height>374</height> 0012 </rect> 0013 </property> 0014 <property name="windowTitle"> 0015 <string>Wifi Security</string> 0016 </property> 0017 <layout class="QGridLayout" name="gridLayout"> 0018 <item row="0" column="1"> 0019 <widget class="KComboBox" name="securityCombo"> 0020 <property name="sizePolicy"> 0021 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> 0022 <horstretch>0</horstretch> 0023 <verstretch>0</verstretch> 0024 </sizepolicy> 0025 </property> 0026 <item> 0027 <property name="text"> 0028 <string comment="no security">None</string> 0029 </property> 0030 </item> 0031 <item> 0032 <property name="text"> 0033 <string>WEP key 40/128 bits (Hex or ASCII)</string> 0034 </property> 0035 </item> 0036 <item> 0037 <property name="text"> 0038 <string>WEP key 128 bits</string> 0039 </property> 0040 </item> 0041 <item> 0042 <property name="text"> 0043 <string>LEAP</string> 0044 </property> 0045 </item> 0046 <item> 0047 <property name="text"> 0048 <string>Dynamic WEP (802.1x)</string> 0049 </property> 0050 </item> 0051 <item> 0052 <property name="text"> 0053 <string>WPA/WPA2 Personal</string> 0054 </property> 0055 </item> 0056 <item> 0057 <property name="text"> 0058 <string>WPA/WPA2 Enterprise</string> 0059 </property> 0060 </item> 0061 <item> 0062 <property name="text"> 0063 <string>WPA3 Personal</string> 0064 </property> 0065 </item> 0066 <item> 0067 <property name="text"> 0068 <string>WPA3 Enterprise 192-bit</string> 0069 </property> 0070 </item> 0071 </widget> 0072 </item> 0073 <item row="0" column="0"> 0074 <widget class="QLabel" name="label"> 0075 <property name="text"> 0076 <string>Security:</string> 0077 </property> 0078 <property name="buddy"> 0079 <cstring>securityCombo</cstring> 0080 </property> 0081 </widget> 0082 </item> 0083 <item row="1" column="0" colspan="2"> 0084 <widget class="QStackedWidget" name="stackedWidget"> 0085 <property name="currentIndex"> 0086 <number>0</number> 0087 </property> 0088 <widget class="QWidget" name="securityNone"/> 0089 <widget class="QWidget" name="securityWep"> 0090 <layout class="QFormLayout" name="formLayout"> 0091 <property name="verticalSpacing"> 0092 <number>6</number> 0093 </property> 0094 <item row="0" column="0"> 0095 <widget class="QLabel" name="label_2"> 0096 <property name="text"> 0097 <string>Key:</string> 0098 </property> 0099 <property name="buddy"> 0100 <cstring>wepKey</cstring> 0101 </property> 0102 </widget> 0103 </item> 0104 <item row="0" column="1"> 0105 <widget class="PasswordField" name="wepKey"> 0106 <property name="maxLength"> 0107 <number>26</number> 0108 </property> 0109 <property name="passwordModeEnabled" stdset="0"> 0110 <bool>true</bool> 0111 </property> 0112 </widget> 0113 </item> 0114 <item row="1" column="0"> 0115 <widget class="QLabel" name="label_3"> 0116 <property name="text"> 0117 <string>WEP index:</string> 0118 </property> 0119 <property name="buddy"> 0120 <cstring>wepIndex</cstring> 0121 </property> 0122 </widget> 0123 </item> 0124 <item row="1" column="1"> 0125 <widget class="KComboBox" name="wepIndex"> 0126 <property name="sizePolicy"> 0127 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> 0128 <horstretch>0</horstretch> 0129 <verstretch>0</verstretch> 0130 </sizepolicy> 0131 </property> 0132 <item> 0133 <property name="text"> 0134 <string>1 (default)</string> 0135 </property> 0136 </item> 0137 <item> 0138 <property name="text"> 0139 <string>2</string> 0140 </property> 0141 </item> 0142 <item> 0143 <property name="text"> 0144 <string>3</string> 0145 </property> 0146 </item> 0147 <item> 0148 <property name="text"> 0149 <string>4</string> 0150 </property> 0151 </item> 0152 </widget> 0153 </item> 0154 <item row="2" column="0"> 0155 <widget class="QLabel" name="label_4"> 0156 <property name="text"> 0157 <string>Authentication:</string> 0158 </property> 0159 <property name="buddy"> 0160 <cstring>wepAuth</cstring> 0161 </property> 0162 </widget> 0163 </item> 0164 <item row="2" column="1"> 0165 <widget class="KComboBox" name="wepAuth"> 0166 <property name="sizePolicy"> 0167 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> 0168 <horstretch>0</horstretch> 0169 <verstretch>0</verstretch> 0170 </sizepolicy> 0171 </property> 0172 <item> 0173 <property name="text"> 0174 <string>Open System</string> 0175 </property> 0176 </item> 0177 <item> 0178 <property name="text"> 0179 <string>Shared Key</string> 0180 </property> 0181 </item> 0182 </widget> 0183 </item> 0184 </layout> 0185 </widget> 0186 <widget class="QWidget" name="securityLeap"> 0187 <layout class="QFormLayout" name="formLayout_3"> 0188 <property name="verticalSpacing"> 0189 <number>6</number> 0190 </property> 0191 <item row="0" column="0"> 0192 <widget class="QLabel" name="label_8"> 0193 <property name="text"> 0194 <string>Username:</string> 0195 </property> 0196 <property name="buddy"> 0197 <cstring>leapUsername</cstring> 0198 </property> 0199 </widget> 0200 </item> 0201 <item row="0" column="1"> 0202 <widget class="KLineEdit" name="leapUsername"/> 0203 </item> 0204 <item row="1" column="0"> 0205 <widget class="QLabel" name="label_9"> 0206 <property name="text"> 0207 <string>Password:</string> 0208 </property> 0209 <property name="buddy"> 0210 <cstring>leapPassword</cstring> 0211 </property> 0212 </widget> 0213 </item> 0214 <item row="1" column="1"> 0215 <widget class="PasswordField" name="leapPassword"> 0216 <property name="passwordModeEnabled" stdset="0"> 0217 <bool>true</bool> 0218 </property> 0219 </widget> 0220 </item> 0221 </layout> 0222 </widget> 0223 <widget class="QWidget" name="securityWpaPersonal"> 0224 <layout class="QFormLayout" name="formLayout_4"> 0225 <property name="verticalSpacing"> 0226 <number>6</number> 0227 </property> 0228 <item row="0" column="0"> 0229 <widget class="QLabel" name="label_10"> 0230 <property name="text"> 0231 <string>Password:</string> 0232 </property> 0233 <property name="buddy"> 0234 <cstring>psk</cstring> 0235 </property> 0236 </widget> 0237 </item> 0238 <item row="0" column="1"> 0239 <widget class="PasswordField" name="psk"> 0240 <property name="passwordModeEnabled" stdset="0"> 0241 <bool>true</bool> 0242 </property> 0243 </widget> 0244 </item> 0245 </layout> 0246 </widget> 0247 </widget> 0248 </item> 0249 </layout> 0250 </widget> 0251 <customwidgets> 0252 <customwidget> 0253 <class>KComboBox</class> 0254 <extends>QComboBox</extends> 0255 <header>kcombobox.h</header> 0256 </customwidget> 0257 <customwidget> 0258 <class>KLineEdit</class> 0259 <extends>QLineEdit</extends> 0260 <header>klineedit.h</header> 0261 </customwidget> 0262 <customwidget> 0263 <class>PasswordField</class> 0264 <extends>QLineEdit</extends> 0265 <header>passwordfield.h</header> 0266 </customwidget> 0267 </customwidgets> 0268 <resources/> 0269 <connections/> 0270 </ui>