kde-extraapps/plasma-nm/vpn/l2tp/l2tpppp.ui
2015-03-27 21:32:00 +00:00

325 lines
8.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>L2tpPppWidget</class>
<widget class="QWidget" name="L2tpPppWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>376</width>
<height>553</height>
</rect>
</property>
<layout class="QFormLayout" name="formLayout_3">
<item row="0" column="0" colspan="2">
<widget class="QGroupBox" name="grp_authenfication">
<property name="title">
<string>Authentication</string>
</property>
<layout class="QFormLayout" name="formLayout_5">
<item row="0" column="0">
<widget class="QLabel" name="lblauth">
<property name="text">
<string>Allow following authentication methods:</string>
</property>
<property name="buddy">
<cstring>listWidget</cstring>
</property>
</widget>
</item>
<item row="1" column="0" colspan="2">
<widget class="QListWidget" name="listWidget">
<item>
<property name="text">
<string>PAP</string>
</property>
<property name="checkState">
<enum>Checked</enum>
</property>
</item>
<item>
<property name="text">
<string>CHAP</string>
</property>
<property name="checkState">
<enum>Checked</enum>
</property>
</item>
<item>
<property name="text">
<string>MSCHAP</string>
</property>
<property name="checkState">
<enum>Checked</enum>
</property>
</item>
<item>
<property name="text">
<string>MSCHAPv2</string>
</property>
<property name="checkState">
<enum>Checked</enum>
</property>
</item>
<item>
<property name="text">
<string>EAP</string>
</property>
<property name="checkState">
<enum>Checked</enum>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item row="1" column="0" colspan="2">
<widget class="QGroupBox" name="gbMPPE">
<property name="toolTip">
<string>Use Microsoft Point-to-Point Encryption</string>
</property>
<property name="title">
<string>Use MPPE Encryption</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
<layout class="QFormLayout" name="formLayout_4">
<item row="0" column="0">
<widget class="QLabel" name="lblMMPEcrypto">
<property name="maximumSize">
<size>
<width>100</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>Crypto:</string>
</property>
<property name="buddy">
<cstring>cbMPPECrypto</cstring>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="KComboBox" name="cbMPPECrypto">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<item>
<property name="text">
<string comment="like in use Any configuration">Any</string>
</property>
</item>
<item>
<property name="text">
<string>128 bit</string>
</property>
</item>
<item>
<property name="text">
<string>40 bit</string>
</property>
</item>
</widget>
</item>
<item row="1" column="0" colspan="2">
<widget class="QCheckBox" name="cbstatefulEncryption">
<property name="text">
<string>Use stateful encryption</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="2" column="0" colspan="2">
<widget class="QGroupBox" name="grp_cryptoAndCompression">
<property name="title">
<string>Compression</string>
</property>
<layout class="QFormLayout" name="formLayout">
<property name="labelAlignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<item row="0" column="0">
<widget class="QCheckBox" name="cbBSD">
<property name="text">
<string>Allow BSD compression</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QCheckBox" name="cbdeflate">
<property name="text">
<string>Allow Deflate compression</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QCheckBox" name="cbTCPheaders">
<property name="text">
<string>Allow TCP header compression</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QCheckBox" name="cbCompressionNegotiation">
<property name="text">
<string>Use protocol field compression negotiation</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="tristate">
<bool>false</bool>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QCheckBox" name="cbAddressControlCompression">
<property name="text">
<string>Use Address/Control compression</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="3" column="0" colspan="2">
<widget class="QGroupBox" name="grp_echo">
<property name="title">
<string>Echo</string>
</property>
<layout class="QFormLayout" name="formLayout_2">
<item row="0" column="0">
<widget class="QCheckBox" name="cbsendEcho">
<property name="text">
<string>Send PPP echo packets </string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="4" column="0" colspan="2">
<widget class="QDialogButtonBox" name="buttonBox">
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
<zorder>grp_authenfication</zorder>
<zorder>grp_echo</zorder>
<zorder>grp_cryptoAndCompression</zorder>
<zorder>gbMPPE</zorder>
<zorder>buttonBox</zorder>
</widget>
<customwidgets>
<customwidget>
<class>KComboBox</class>
<extends>QComboBox</extends>
<header>kcombobox.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>listWidget</tabstop>
<tabstop>gbMPPE</tabstop>
<tabstop>cbMPPECrypto</tabstop>
<tabstop>cbstatefulEncryption</tabstop>
<tabstop>cbBSD</tabstop>
<tabstop>cbdeflate</tabstop>
<tabstop>cbTCPheaders</tabstop>
<tabstop>cbCompressionNegotiation</tabstop>
<tabstop>cbAddressControlCompression</tabstop>
<tabstop>cbsendEcho</tabstop>
<tabstop>buttonBox</tabstop>
</tabstops>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>L2tpPppWidget</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>187</x>
<y>536</y>
</hint>
<hint type="destinationlabel">
<x>187</x>
<y>276</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>L2tpPppWidget</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>187</x>
<y>536</y>
</hint>
<hint type="destinationlabel">
<x>187</x>
<y>276</y>
</hint>
</hints>
</connection>
<connection>
<sender>gbMPPE</sender>
<signal>toggled(bool)</signal>
<receiver>cbMPPECrypto</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>187</x>
<y>250</y>
</hint>
<hint type="destinationlabel">
<x>239</x>
<y>248</y>
</hint>
</hints>
</connection>
<connection>
<sender>gbMPPE</sender>
<signal>toggled(bool)</signal>
<receiver>cbstatefulEncryption</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>187</x>
<y>250</y>
</hint>
<hint type="destinationlabel">
<x>187</x>
<y>277</y>
</hint>
</hints>
</connection>
</connections>
</ui>