Warning, /plasma/plasma-nm/vpn/pptp/pptpadvanced.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>PptpAdvanced</class>
0004  <widget class="QWidget" name="PptpAdvanced">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>365</width>
0010     <height>479</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout_3">
0014    <item>
0015     <widget class="QGroupBox" name="grp_authenfication">
0016      <property name="title">
0017       <string>Authentication</string>
0018      </property>
0019      <layout class="QFormLayout" name="formLayout">
0020       <property name="verticalSpacing">
0021        <number>6</number>
0022       </property>
0023       <item row="0" column="0">
0024        <widget class="QLabel" name="lbl_auth">
0025         <property name="text">
0026          <string>Allow following authentication methods:</string>
0027         </property>
0028         <property name="buddy">
0029          <cstring>listWidget</cstring>
0030         </property>
0031        </widget>
0032       </item>
0033       <item row="1" column="0" colspan="2">
0034        <widget class="QListWidget" name="listWidget">
0035         <property name="toolTip">
0036          <string>Allow/disable authentication methods.</string>
0037         </property>
0038         <item>
0039          <property name="text">
0040           <string>PAP</string>
0041          </property>
0042          <property name="checkState">
0043           <enum>Checked</enum>
0044          </property>
0045         </item>
0046         <item>
0047          <property name="text">
0048           <string>CHAP</string>
0049          </property>
0050          <property name="checkState">
0051           <enum>Checked</enum>
0052          </property>
0053         </item>
0054         <item>
0055          <property name="text">
0056           <string>MSCHAP</string>
0057          </property>
0058          <property name="checkState">
0059           <enum>Checked</enum>
0060          </property>
0061         </item>
0062         <item>
0063          <property name="text">
0064           <string>MSCHAPv2</string>
0065          </property>
0066          <property name="checkState">
0067           <enum>Checked</enum>
0068          </property>
0069         </item>
0070         <item>
0071          <property name="text">
0072           <string>EAP</string>
0073          </property>
0074          <property name="checkState">
0075           <enum>Checked</enum>
0076          </property>
0077         </item>
0078        </widget>
0079       </item>
0080      </layout>
0081     </widget>
0082    </item>
0083    <item>
0084     <widget class="QGroupBox" name="gb_MPPE">
0085      <property name="toolTip">
0086       <string>Note: MPPE encryption is only available with MSCHAP authentication methods. To
0087 enable this checkbox, select one or more of the MSCHAP authentication
0088 methods: MSCHAP or MSCHAPv2.</string>
0089      </property>
0090      <property name="title">
0091       <string>Use MPPE Encryption</string>
0092      </property>
0093      <property name="checkable">
0094       <bool>true</bool>
0095      </property>
0096      <property name="checked">
0097       <bool>false</bool>
0098      </property>
0099      <layout class="QFormLayout" name="formLayout_2">
0100       <property name="verticalSpacing">
0101        <number>5</number>
0102       </property>
0103       <item row="0" column="0">
0104        <widget class="QLabel" name="lbl_MMPEcrypto">
0105         <property name="maximumSize">
0106          <size>
0107           <width>100</width>
0108           <height>16777215</height>
0109          </size>
0110         </property>
0111         <property name="text">
0112          <string>Crypto:</string>
0113         </property>
0114         <property name="buddy">
0115          <cstring>cb_MPPECrypto</cstring>
0116         </property>
0117        </widget>
0118       </item>
0119       <item row="0" column="1">
0120        <widget class="QComboBox" name="cb_MPPECrypto">
0121         <property name="sizePolicy">
0122          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0123           <horstretch>0</horstretch>
0124           <verstretch>0</verstretch>
0125          </sizepolicy>
0126         </property>
0127         <property name="toolTip">
0128          <string>Require the use of MPPE, with 40/128-bit encryption or all.</string>
0129         </property>
0130         <item>
0131          <property name="text">
0132           <string comment="like in use Any configuration">Any</string>
0133          </property>
0134         </item>
0135         <item>
0136          <property name="text">
0137           <string>128 bit</string>
0138          </property>
0139         </item>
0140         <item>
0141          <property name="text">
0142           <string>40 bit</string>
0143          </property>
0144         </item>
0145        </widget>
0146       </item>
0147       <item row="1" column="0" colspan="2">
0148        <widget class="QCheckBox" name="cb_statefulEncryption">
0149         <property name="toolTip">
0150          <string>Allow MPPE to use stateful mode. Stateless mode is still attempted first.</string>
0151         </property>
0152         <property name="text">
0153          <string>Use stateful encryption</string>
0154         </property>
0155        </widget>
0156       </item>
0157      </layout>
0158     </widget>
0159    </item>
0160    <item>
0161     <widget class="QGroupBox" name="grp_cryptoAndCompression">
0162      <property name="title">
0163       <string>Compression</string>
0164      </property>
0165      <layout class="QFormLayout" name="formLayout_3">
0166       <property name="labelAlignment">
0167        <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
0168       </property>
0169       <property name="verticalSpacing">
0170        <number>6</number>
0171       </property>
0172       <item row="0" column="0">
0173        <widget class="QCheckBox" name="cb_BSD">
0174         <property name="toolTip">
0175          <string>Allow/disable BSD-Compress compression.</string>
0176         </property>
0177         <property name="text">
0178          <string>Allow BSD compression</string>
0179         </property>
0180         <property name="checked">
0181          <bool>true</bool>
0182         </property>
0183        </widget>
0184       </item>
0185       <item row="1" column="0">
0186        <widget class="QCheckBox" name="cb_deflate">
0187         <property name="toolTip">
0188          <string>Allow/disable Deflate compression.</string>
0189         </property>
0190         <property name="text">
0191          <string>Allow Deflate compression</string>
0192         </property>
0193         <property name="checked">
0194          <bool>true</bool>
0195         </property>
0196        </widget>
0197       </item>
0198       <item row="2" column="0">
0199        <widget class="QCheckBox" name="cb_TCPheaders">
0200         <property name="toolTip">
0201          <string>Allow/disable Van Jacobson style TCP/IP header compression in both the transmit
0202  and the receive directions.</string>
0203         </property>
0204         <property name="text">
0205          <string>Allow TCP header compression</string>
0206         </property>
0207         <property name="checked">
0208          <bool>true</bool>
0209         </property>
0210        </widget>
0211       </item>
0212      </layout>
0213     </widget>
0214    </item>
0215    <item>
0216     <widget class="QGroupBox" name="grp_echo">
0217      <property name="title">
0218       <string>Echo</string>
0219      </property>
0220      <layout class="QFormLayout" name="formLayout_4">
0221       <property name="verticalSpacing">
0222        <number>6</number>
0223       </property>
0224       <item row="0" column="0">
0225        <widget class="QCheckBox" name="cb_sendEcho">
0226         <property name="toolTip">
0227          <string>Send LCP echo-requests to find out whether peer is alive.</string>
0228         </property>
0229         <property name="text">
0230          <string>Send PPP echo packets </string>
0231         </property>
0232        </widget>
0233       </item>
0234      </layout>
0235     </widget>
0236    </item>
0237   </layout>
0238   <zorder>grp_authenfication</zorder>
0239   <zorder>grp_echo</zorder>
0240   <zorder>grp_cryptoAndCompression</zorder>
0241   <zorder>gb_MPPE</zorder>
0242  </widget>
0243  <tabstops>
0244   <tabstop>listWidget</tabstop>
0245   <tabstop>gb_MPPE</tabstop>
0246   <tabstop>cb_MPPECrypto</tabstop>
0247   <tabstop>cb_statefulEncryption</tabstop>
0248   <tabstop>cb_BSD</tabstop>
0249   <tabstop>cb_deflate</tabstop>
0250   <tabstop>cb_TCPheaders</tabstop>
0251   <tabstop>cb_sendEcho</tabstop>
0252  </tabstops>
0253  <resources/>
0254  <connections/>
0255 </ui>