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="filter">
0170       <string>*.pem *.crt *.cer</string>
0171      </property>
0172     </widget>
0173    </item>
0174    <item row="8" column="1">
0175     <layout class="QHBoxLayout" name="horizontalLayout_3">
0176      <item>
0177       <spacer name="horizontalSpacer">
0178        <property name="orientation">
0179         <enum>Qt::Horizontal</enum>
0180        </property>
0181        <property name="sizeHint" stdset="0">
0182         <size>
0183          <width>40</width>
0184          <height>20</height>
0185         </size>
0186        </property>
0187       </spacer>
0188      </item>
0189      <item>
0190       <widget class="QPushButton" name="btnAdvanced">
0191        <property name="text">
0192         <string>Advanced…</string>
0193        </property>
0194       </widget>
0195      </item>
0196     </layout>
0197    </item>
0198    <item row="9" column="1">
0199     <spacer name="verticalSpacer">
0200      <property name="orientation">
0201       <enum>Qt::Vertical</enum>
0202      </property>
0203      <property name="sizeHint" stdset="0">
0204       <size>
0205        <width>20</width>
0206        <height>40</height>
0207       </size>
0208      </property>
0209     </spacer>
0210    </item>
0211   </layout>
0212  </widget>
0213  <customwidgets>
0214   <customwidget>
0215    <class>KUrlRequester</class>
0216    <extends>QWidget</extends>
0217    <header>kurlrequester.h</header>
0218   </customwidget>
0219   <customwidget>
0220    <class>PasswordField</class>
0221    <extends>QLineEdit</extends>
0222    <header>passwordfield.h</header>
0223   </customwidget>
0224  </customwidgets>
0225  <tabstops>
0226   <tabstop>gateway</tabstop>
0227   <tabstop>user</tabstop>
0228   <tabstop>userPassword</tabstop>
0229   <tabstop>group</tabstop>
0230   <tabstop>groupPassword</tabstop>
0231   <tabstop>useHybridAuth</tabstop>
0232   <tabstop>caFile</tabstop>
0233  </tabstops>
0234  <resources/>
0235  <connections>
0236   <connection>
0237    <sender>useHybridAuth</sender>
0238    <signal>toggled(bool)</signal>
0239    <receiver>caFile</receiver>
0240    <slot>setEnabled(bool)</slot>
0241    <hints>
0242     <hint type="sourcelabel">
0243      <x>58</x>
0244      <y>391</y>
0245     </hint>
0246     <hint type="destinationlabel">
0247      <x>147</x>
0248      <y>421</y>
0249     </hint>
0250    </hints>
0251   </connection>
0252   <connection>
0253    <sender>useHybridAuth</sender>
0254    <signal>toggled(bool)</signal>
0255    <receiver>label_6</receiver>
0256    <slot>setEnabled(bool)</slot>
0257    <hints>
0258     <hint type="sourcelabel">
0259      <x>37</x>
0260      <y>395</y>
0261     </hint>
0262     <hint type="destinationlabel">
0263      <x>33</x>
0264      <y>424</y>
0265     </hint>
0266    </hints>
0267   </connection>
0268  </connections>
0269 </ui>