Warning, /plasma/plasma-nm/vpn/libreswan/libreswan.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>LibreswanWidget</class>
0004  <widget class="QWidget" name="LibreswanWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>446</width>
0010     <height>300</height>
0011    </rect>
0012   </property>
0013   <layout class="QFormLayout" name="formLayout">
0014    <property name="verticalSpacing">
0015     <number>6</number>
0016    </property>
0017    <item row="0" column="0">
0018     <widget class="QLabel" name="label">
0019      <property name="text">
0020       <string>Gateway:</string>
0021      </property>
0022     </widget>
0023    </item>
0024    <item row="0" column="1">
0025     <widget class="QLineEdit" name="gateway"/>
0026    </item>
0027    <item row="1" column="0">
0028     <widget class="QLabel" name="label_2">
0029      <property name="text">
0030       <string>Group name:</string>
0031      </property>
0032     </widget>
0033    </item>
0034    <item row="1" column="1">
0035     <widget class="QLineEdit" name="groupname"/>
0036    </item>
0037    <item row="2" column="0">
0038     <widget class="QLabel" name="label_4">
0039      <property name="text">
0040       <string>User password:</string>
0041      </property>
0042     </widget>
0043    </item>
0044    <item row="2" column="1">
0045     <layout class="QHBoxLayout" name="horizontalLayout">
0046      <item>
0047       <widget class="PasswordField" name="userPassword">
0048        <property name="passwordModeEnabled" stdset="0">
0049         <bool>true</bool>
0050        </property>
0051       </widget>
0052      </item>
0053     </layout>
0054    </item>
0055    <item row="3" column="0">
0056     <widget class="QLabel" name="label_5">
0057      <property name="text">
0058       <string>Group password:</string>
0059      </property>
0060     </widget>
0061    </item>
0062    <item row="3" column="1">
0063     <layout class="QHBoxLayout" name="horizontalLayout_2">
0064      <item>
0065       <widget class="PasswordField" name="groupPassword">
0066        <property name="passwordModeEnabled" stdset="0">
0067         <bool>true</bool>
0068        </property>
0069       </widget>
0070      </item>
0071     </layout>
0072    </item>
0073    <item row="4" column="1">
0074     <spacer name="verticalSpacer">
0075      <property name="orientation">
0076       <enum>Qt::Vertical</enum>
0077      </property>
0078      <property name="sizeHint" stdset="0">
0079       <size>
0080        <width>20</width>
0081        <height>28</height>
0082       </size>
0083      </property>
0084     </spacer>
0085    </item>
0086    <item row="5" column="0">
0087     <widget class="QLabel" name="label_3">
0088      <property name="text">
0089       <string>User name:</string>
0090      </property>
0091     </widget>
0092    </item>
0093    <item row="5" column="1">
0094     <widget class="QLineEdit" name="username"/>
0095    </item>
0096    <item row="6" column="0">
0097     <widget class="QLabel" name="label_6">
0098      <property name="text">
0099       <string>Phase1 algorithms:</string>
0100      </property>
0101     </widget>
0102    </item>
0103    <item row="6" column="1">
0104     <widget class="QLineEdit" name="phase1"/>
0105    </item>
0106    <item row="7" column="0">
0107     <widget class="QLabel" name="label_7">
0108      <property name="text">
0109       <string>Phase2 algorithms:</string>
0110      </property>
0111     </widget>
0112    </item>
0113    <item row="7" column="1">
0114     <widget class="QLineEdit" name="phase2"/>
0115    </item>
0116    <item row="8" column="0">
0117     <widget class="QLabel" name="label_8">
0118      <property name="text">
0119       <string>Domain:</string>
0120      </property>
0121     </widget>
0122    </item>
0123    <item row="8" column="1">
0124     <widget class="QLineEdit" name="domain"/>
0125    </item>
0126   </layout>
0127  </widget>
0128  <customwidgets>
0129   <customwidget>
0130    <class>PasswordField</class>
0131    <extends>QLineEdit</extends>
0132    <header>passwordfield.h</header>
0133   </customwidget>
0134  </customwidgets>
0135  <tabstops>
0136   <tabstop>gateway</tabstop>
0137   <tabstop>groupname</tabstop>
0138   <tabstop>userPassword</tabstop>
0139   <tabstop>groupPassword</tabstop>
0140   <tabstop>username</tabstop>
0141   <tabstop>phase1</tabstop>
0142   <tabstop>phase2</tabstop>
0143   <tabstop>domain</tabstop>
0144  </tabstops>
0145  <resources/>
0146  <connections/>
0147 </ui>