Warning, /plasma/plasma-nm/vpn/vpnc/vpncauth.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>VpncAuth</class>
0004  <widget class="QWidget" name="VpncAuth">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>372</width>
0010     <height>171</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>VPNCAuthentication</string>
0015   </property>
0016   <layout class="QGridLayout">
0017    <property name="leftMargin">
0018     <number>0</number>
0019    </property>
0020    <property name="topMargin">
0021     <number>0</number>
0022    </property>
0023    <property name="rightMargin">
0024     <number>0</number>
0025    </property>
0026    <property name="bottomMargin">
0027     <number>0</number>
0028    </property>
0029    <item row="1" column="0">
0030     <widget class="QLabel" name="userPasswordLabel">
0031      <property name="text">
0032       <string>User Password:</string>
0033      </property>
0034      <property name="wordWrap">
0035       <bool>false</bool>
0036      </property>
0037      <property name="buddy">
0038       <cstring>leUserPassword</cstring>
0039      </property>
0040     </widget>
0041    </item>
0042    <item row="3" column="0">
0043     <widget class="QLabel" name="groupPasswordLabel">
0044      <property name="text">
0045       <string>Group Password:</string>
0046      </property>
0047      <property name="wordWrap">
0048       <bool>false</bool>
0049      </property>
0050      <property name="buddy">
0051       <cstring>leGroupPassword</cstring>
0052      </property>
0053     </widget>
0054    </item>
0055    <item row="1" column="2">
0056     <widget class="PasswordField" name="leUserPassword">
0057      <property name="toolTip">
0058       <string>User password for the connection.</string>
0059      </property>
0060      <property name="passwordModeEnabled" stdset="0">
0061       <bool>true</bool>
0062      </property>
0063     </widget>
0064    </item>
0065    <item row="4" column="1">
0066     <spacer name="spacer1">
0067      <property name="orientation">
0068       <enum>Qt::Vertical</enum>
0069      </property>
0070      <property name="sizeType">
0071       <enum>QSizePolicy::Expanding</enum>
0072      </property>
0073      <property name="sizeHint" stdset="0">
0074       <size>
0075        <width>20</width>
0076        <height>0</height>
0077       </size>
0078      </property>
0079     </spacer>
0080    </item>
0081    <item row="3" column="2">
0082     <widget class="PasswordField" name="leGroupPassword">
0083      <property name="toolTip">
0084       <string>Group password.</string>
0085      </property>
0086      <property name="passwordModeEnabled" stdset="0">
0087       <bool>true</bool>
0088      </property>
0089     </widget>
0090    </item>
0091    <item row="0" column="2">
0092     <widget class="QLineEdit" name="leUserName">
0093      <property name="enabled">
0094       <bool>false</bool>
0095      </property>
0096      <property name="toolTip">
0097       <string>User name for the connection.</string>
0098      </property>
0099     </widget>
0100    </item>
0101    <item row="0" column="0">
0102     <widget class="QLabel" name="userNameLabel">
0103      <property name="text">
0104       <string>Username:</string>
0105      </property>
0106      <property name="buddy">
0107       <cstring>leUserName</cstring>
0108      </property>
0109     </widget>
0110    </item>
0111    <item row="2" column="2">
0112     <widget class="QLineEdit" name="leGroupName">
0113      <property name="enabled">
0114       <bool>false</bool>
0115      </property>
0116      <property name="toolTip">
0117       <string>Group name.</string>
0118      </property>
0119     </widget>
0120    </item>
0121    <item row="2" column="0">
0122     <widget class="QLabel" name="groupNameLabel">
0123      <property name="text">
0124       <string>Group name:</string>
0125      </property>
0126      <property name="wordWrap">
0127       <bool>false</bool>
0128      </property>
0129      <property name="buddy">
0130       <cstring>leGroupName</cstring>
0131      </property>
0132     </widget>
0133    </item>
0134   </layout>
0135  </widget>
0136  <layoutdefault spacing="6" margin="11"/>
0137  <customwidgets>
0138   <customwidget>
0139    <class>PasswordField</class>
0140    <extends>QLineEdit</extends>
0141    <header>passwordfield.h</header>
0142   </customwidget>
0143  </customwidgets>
0144  <tabstops>
0145   <tabstop>leUserName</tabstop>
0146   <tabstop>leUserPassword</tabstop>
0147   <tabstop>leGroupName</tabstop>
0148   <tabstop>leGroupPassword</tabstop>
0149  </tabstops>
0150  <resources/>
0151  <connections/>
0152 </ui>