Warning, /plasma/plasma-nm/vpn/fortisslvpn/fortisslvpnadvanced.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  <class>FortisslvpnAdvancedWidget</class>
0004  <widget class="QWidget" name="FortisslvpnAdvancedWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>400</width>
0010     <height>222</height>
0011    </rect>
0012   </property>
0013   <property name="sizePolicy">
0014    <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
0015     <horstretch>0</horstretch>
0016     <verstretch>0</verstretch>
0017    </sizepolicy>
0018   </property>
0019   <property name="minimumSize">
0020    <size>
0021     <width>400</width>
0022     <height>222</height>
0023    </size>
0024   </property>
0025   <layout class="QGridLayout" name="gridLayout">
0026    <item row="0" column="0">
0027     <widget class="QGroupBox" name="groupBox_2">
0028      <property name="sizePolicy">
0029       <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
0030        <horstretch>0</horstretch>
0031        <verstretch>0</verstretch>
0032       </sizepolicy>
0033      </property>
0034      <property name="title">
0035       <string>Authentication</string>
0036      </property>
0037      <layout class="QVBoxLayout" name="verticalLayout_2">
0038       <item>
0039        <layout class="QGridLayout" name="gridLayout_2">
0040         <item row="0" column="0">
0041          <widget class="QCheckBox" name="otp">
0042           <property name="text">
0043            <string>Use a One-Time Password</string>
0044           </property>
0045          </widget>
0046         </item>
0047         <item row="0" column="1">
0048          <widget class="QCheckBox" name="tfa">
0049           <property name="text">
0050            <string>2FA</string>
0051           </property>
0052          </widget>
0053         </item>
0054        </layout>
0055       </item>
0056      </layout>
0057     </widget>
0058    </item>
0059    <item row="1" column="0">
0060     <widget class="QGroupBox" name="groupBox_3">
0061      <property name="title">
0062       <string/>
0063      </property>
0064      <layout class="QHBoxLayout" name="horizontalLayout">
0065       <item>
0066        <widget class="QLabel" name="realmLabel">
0067         <property name="text">
0068          <string>Realm:</string>
0069         </property>
0070        </widget>
0071       </item>
0072       <item>
0073        <widget class="QLineEdit" name="realm"/>
0074       </item>
0075      </layout>
0076     </widget>
0077    </item>
0078    <item row="2" column="0">
0079     <widget class="QGroupBox" name="groupBox">
0080      <property name="sizePolicy">
0081       <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
0082        <horstretch>0</horstretch>
0083        <verstretch>0</verstretch>
0084       </sizepolicy>
0085      </property>
0086      <property name="title">
0087       <string>Security</string>
0088      </property>
0089      <layout class="QVBoxLayout" name="verticalLayout">
0090       <item>
0091        <widget class="QLabel" name="trustedCertLabel">
0092         <property name="text">
0093          <string>Trusted certificate:</string>
0094         </property>
0095        </widget>
0096       </item>
0097       <item>
0098        <widget class="QLineEdit" name="trustedCert">
0099         <property name="sizePolicy">
0100          <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
0101           <horstretch>0</horstretch>
0102           <verstretch>0</verstretch>
0103          </sizepolicy>
0104         </property>
0105         <property name="placeholderText">
0106          <string>0123456789abcdef0123456789abcdef0123456789abcdef0123456789</string>
0107         </property>
0108        </widget>
0109       </item>
0110      </layout>
0111     </widget>
0112    </item>
0113    <item row="3" column="0">
0114     <spacer name="verticalSpacer">
0115      <property name="orientation">
0116       <enum>Qt::Vertical</enum>
0117      </property>
0118      <property name="sizeHint" stdset="0">
0119       <size>
0120        <width>20</width>
0121        <height>40</height>
0122       </size>
0123      </property>
0124     </spacer>
0125    </item>
0126   </layout>
0127  </widget>
0128  <resources/>
0129  <connections/>
0130 </ui>