Warning, /plasma/plasma-nm/vpn/pptp/pptpauth.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>PptpAuthenticationWidget</class>
0004  <widget class="QWidget" name="PptpAuthenticationWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>372</width>
0010     <height>85</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>PPTPAuthentication</string>
0015   </property>
0016   <layout class="QFormLayout" name="formLayout">
0017    <property name="sizeConstraint">
0018     <enum>QLayout::SetMinimumSize</enum>
0019    </property>
0020    <property name="verticalSpacing">
0021     <number>0</number>
0022    </property>
0023    <property name="leftMargin">
0024     <number>0</number>
0025    </property>
0026    <property name="topMargin">
0027     <number>0</number>
0028    </property>
0029    <property name="rightMargin">
0030     <number>0</number>
0031    </property>
0032    <property name="bottomMargin">
0033     <number>0</number>
0034    </property>
0035    <item row="0" column="0">
0036     <widget class="QLabel" name="textLabel1">
0037      <property name="text">
0038       <string>Password:</string>
0039      </property>
0040      <property name="wordWrap">
0041       <bool>false</bool>
0042      </property>
0043      <property name="buddy">
0044       <cstring>lePassword</cstring>
0045      </property>
0046     </widget>
0047    </item>
0048    <item row="0" column="1">
0049     <widget class="PasswordField" name="lePassword">
0050      <property name="toolTip">
0051       <string>Password passed to PPTP when prompted for it.</string>
0052      </property>
0053      <property name="passwordModeEnabled" stdset="0">
0054       <bool>true</bool>
0055      </property>
0056     </widget>
0057    </item>
0058    <item row="1" column="1">
0059     <spacer name="verticalSpacer">
0060      <property name="orientation">
0061       <enum>Qt::Vertical</enum>
0062      </property>
0063      <property name="sizeHint" stdset="0">
0064       <size>
0065        <width>20</width>
0066        <height>0</height>
0067       </size>
0068      </property>
0069     </spacer>
0070    </item>
0071   </layout>
0072  </widget>
0073  <layoutdefault spacing="6" margin="11"/>
0074  <customwidgets>
0075   <customwidget>
0076    <class>PasswordField</class>
0077    <extends>QLineEdit</extends>
0078    <header>passwordfield.h</header>
0079   </customwidget>
0080  </customwidgets>
0081  <tabstops>
0082   <tabstop>lePassword</tabstop>
0083  </tabstops>
0084  <resources/>
0085  <connections/>
0086 </ui>