Warning, /plasma/plasma-nm/vpn/vpnc/vpnc.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 &lt;ltinkl@redhat.com&gt;</author>
0004  <class>VpncWidget</class>
0005  <widget class="QWidget" name="VpncWidget">
0006   <property name="geometry">
0007    <rect>
0008     <x>0</x>
0009     <y>0</y>
0010     <width>347</width>
0011     <height>313</height>
0012    </rect>
0013   </property>
0014   <layout class="QFormLayout" name="formLayout">
0015    <item row="0" column="0">
0016     <widget class="QLabel" name="label">
0017      <property name="text">
0018       <string>Gateway:</string>
0019      </property>
0020      <property name="alignment">
0021       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0022      </property>
0023      <property name="buddy">
0024       <cstring>gateway</cstring>
0025      </property>
0026     </widget>
0027    </item>
0028    <item row="0" column="1">
0029     <widget class="QLineEdit" name="gateway">
0030      <property name="toolTip">
0031       <string>IP/hostname of IPsec gateway.</string>
0032      </property>
0033     </widget>
0034    </item>
0035    <item row="1" column="0">
0036     <widget class="QLabel" name="label_2">
0037      <property name="text">
0038       <string>User name:</string>
0039      </property>
0040      <property name="alignment">
0041       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0042      </property>
0043      <property name="buddy">
0044       <cstring>user</cstring>
0045      </property>
0046     </widget>
0047    </item>
0048    <item row="1" column="1">
0049     <widget class="QLineEdit" name="user">
0050      <property name="toolTip">
0051       <string>User name for the connection.</string>
0052      </property>
0053     </widget>
0054    </item>
0055    <item row="2" column="0">
0056     <widget class="QLabel" name="label_3">
0057      <property name="text">
0058       <string>User password:</string>
0059      </property>
0060      <property name="alignment">
0061       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0062      </property>
0063      <property name="buddy">
0064       <cstring>userPassword</cstring>
0065      </property>
0066     </widget>
0067    </item>
0068    <item row="2" column="1">
0069     <layout class="QHBoxLayout" name="horizontalLayout">
0070      <item>
0071       <widget class="PasswordField" name="userPassword">
0072        <property name="sizePolicy">
0073         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0074          <horstretch>0</horstretch>
0075          <verstretch>0</verstretch>
0076         </sizepolicy>
0077        </property>
0078        <property name="toolTip">
0079         <string>User password for the connection.</string>
0080        </property>
0081        <property name="passwordModeEnabled" stdset="0">
0082         <bool>true</bool>
0083        </property>
0084       </widget>
0085      </item>
0086     </layout>
0087    </item>
0088    <item row="3" column="0">
0089     <widget class="QLabel" name="label_4">
0090      <property name="text">
0091       <string>Group name:</string>
0092      </property>
0093      <property name="alignment">
0094       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0095      </property>
0096      <property name="buddy">
0097       <cstring>group</cstring>
0098      </property>
0099     </widget>
0100    </item>
0101    <item row="3" column="1">
0102     <widget class="QLineEdit" name="group">
0103      <property name="toolTip">
0104       <string>Group name</string>
0105      </property>
0106     </widget>
0107    </item>
0108    <item row="4" column="0">
0109     <widget class="QLabel" name="label_5">
0110      <property name="text">
0111       <string>Group password:</string>
0112      </property>
0113      <property name="buddy">
0114       <cstring>groupPassword</cstring>
0115      </property>
0116     </widget>
0117    </item>
0118    <item row="4" column="1">
0119     <layout class="QHBoxLayout" name="horizontalLayout_2">
0120      <item>
0121       <widget class="PasswordField" name="groupPassword">
0122        <property name="sizePolicy">
0123         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0124          <horstretch>0</horstretch>
0125          <verstretch>0</verstretch>
0126         </sizepolicy>
0127        </property>
0128        <property name="toolTip">
0129         <string>Group password.</string>
0130        </property>
0131        <property name="passwordModeEnabled" stdset="0">
0132         <bool>true</bool>
0133        </property>
0134       </widget>
0135      </item>
0136     </layout>
0137    </item>
0138    <item row="5" column="0" colspan="2">
0139     <widget class="QCheckBox" name="useHybridAuth">
0140      <property name="toolTip">
0141       <string>Enable hybrid authentication, i.e. use certificate in addition to password.</string>
0142      </property>
0143      <property name="text">
0144       <string>Use hybrid authentication</string>
0145      </property>
0146     </widget>
0147    </item>
0148    <item row="6" column="0">
0149     <widget class="QLabel" name="label_6">
0150      <property name="enabled">
0151       <bool>false</bool>
0152      </property>
0153      <property name="text">
0154       <string>CA file:</string>
0155      </property>
0156      <property name="buddy">
0157       <cstring>caFile</cstring>
0158      </property>
0159     </widget>
0160    </item>
0161    <item row="6" column="1">
0162     <widget class="KUrlRequester" name="caFile">
0163      <property name="enabled">
0164       <bool>false</bool>
0165      </property>
0166      <property name="toolTip">
0167       <string>CA certificate in PEM format.</string>
0168      </property>
0169      <property name="nameFilters">
0170       <StringList>
0171        <string notr="true">*.pem *.crt *.cer</string>
0172       </StringList>
0173      </property>
0174     </widget>
0175    </item>
0176    <item row="8" column="1">
0177     <layout class="QHBoxLayout" name="horizontalLayout_3">
0178      <item>
0179       <spacer name="horizontalSpacer">
0180        <property name="orientation">
0181         <enum>Qt::Horizontal</enum>
0182        </property>
0183        <property name="sizeHint" stdset="0">
0184         <size>
0185          <width>40</width>
0186          <height>20</height>
0187         </size>
0188        </property>
0189       </spacer>
0190      </item>
0191      <item>
0192       <widget class="QPushButton" name="btnAdvanced">
0193        <property name="text">
0194         <string>Advanced…</string>
0195        </property>
0196       </widget>
0197      </item>
0198     </layout>
0199    </item>
0200    <item row="9" column="1">
0201     <spacer name="verticalSpacer">
0202      <property name="orientation">
0203       <enum>Qt::Vertical</enum>
0204      </property>
0205      <property name="sizeHint" stdset="0">
0206       <size>
0207        <width>20</width>
0208        <height>40</height>
0209       </size>
0210      </property>
0211     </spacer>
0212    </item>
0213   </layout>
0214  </widget>
0215  <customwidgets>
0216   <customwidget>
0217    <class>KUrlRequester</class>
0218    <extends>QWidget</extends>
0219    <header>kurlrequester.h</header>
0220   </customwidget>
0221   <customwidget>
0222    <class>PasswordField</class>
0223    <extends>QLineEdit</extends>
0224    <header>passwordfield.h</header>
0225   </customwidget>
0226  </customwidgets>
0227  <tabstops>
0228   <tabstop>gateway</tabstop>
0229   <tabstop>user</tabstop>
0230   <tabstop>userPassword</tabstop>
0231   <tabstop>group</tabstop>
0232   <tabstop>groupPassword</tabstop>
0233   <tabstop>useHybridAuth</tabstop>
0234   <tabstop>caFile</tabstop>
0235  </tabstops>
0236  <resources/>
0237  <connections>
0238   <connection>
0239    <sender>useHybridAuth</sender>
0240    <signal>toggled(bool)</signal>
0241    <receiver>caFile</receiver>
0242    <slot>setEnabled(bool)</slot>
0243    <hints>
0244     <hint type="sourcelabel">
0245      <x>58</x>
0246      <y>391</y>
0247     </hint>
0248     <hint type="destinationlabel">
0249      <x>147</x>
0250      <y>421</y>
0251     </hint>
0252    </hints>
0253   </connection>
0254   <connection>
0255    <sender>useHybridAuth</sender>
0256    <signal>toggled(bool)</signal>
0257    <receiver>label_6</receiver>
0258    <slot>setEnabled(bool)</slot>
0259    <hints>
0260     <hint type="sourcelabel">
0261      <x>37</x>
0262      <y>395</y>
0263     </hint>
0264     <hint type="destinationlabel">
0265      <x>33</x>
0266      <y>424</y>
0267     </hint>
0268    </hints>
0269   </connection>
0270  </connections>
0271 </ui>