summaryrefslogtreecommitdiffstats
path: root/src/newprofilewizardpptp.ui
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-06 12:36:58 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-06 12:36:58 -0600
commitd08a0ede1d2cb15bb14b0ff75eacf5c682b1fa0a (patch)
treee5ce4701bac540038a279b4e208c86390a24ba11 /src/newprofilewizardpptp.ui
downloadkvpnc-d08a0ede1d2cb15bb14b0ff75eacf5c682b1fa0a.tar.gz
kvpnc-d08a0ede1d2cb15bb14b0ff75eacf5c682b1fa0a.zip
Initial import of year-and-a-half-old upstream version 0.9.6a
Diffstat (limited to 'src/newprofilewizardpptp.ui')
-rw-r--r--src/newprofilewizardpptp.ui537
1 files changed, 537 insertions, 0 deletions
diff --git a/src/newprofilewizardpptp.ui b/src/newprofilewizardpptp.ui
new file mode 100644
index 0000000..08485fc
--- /dev/null
+++ b/src/newprofilewizardpptp.ui
@@ -0,0 +1,537 @@
+<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
+<class>NewProfileWizardPptp</class>
+<widget class="QWidget">
+ <property name="name">
+ <cstring>NewProfileWizardPptp</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>557</width>
+ <height>494</height>
+ </rect>
+ </property>
+ <property name="caption">
+ <string>New profile wizard PPTP</string>
+ </property>
+ <grid>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <widget class="QLayoutWidget" row="0" column="0">
+ <property name="name">
+ <cstring>layout14</cstring>
+ </property>
+ <hbox>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <widget class="QLayoutWidget">
+ <property name="name">
+ <cstring>layout13</cstring>
+ </property>
+ <vbox>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <widget class="QGroupBox">
+ <property name="name">
+ <cstring>DnsGroupBox</cstring>
+ </property>
+ <property name="title">
+ <string>DNS options</string>
+ </property>
+ <grid>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <widget class="QCheckBox" row="0" column="0">
+ <property name="name">
+ <cstring>DnsServerCheckbox</cstring>
+ </property>
+ <property name="text">
+ <string>Use specified DNS server:</string>
+ </property>
+ <property name="toolTip" stdset="0">
+ <string>Use specified DNS server instead of retrieved from peer</string>
+ </property>
+ </widget>
+ <widget class="KLineEdit" row="1" column="1">
+ <property name="name">
+ <cstring>SearchDomainInResolvConfLineedit</cstring>
+ </property>
+ <property name="enabled">
+ <bool>false</bool>
+ </property>
+ <property name="text">
+ <string></string>
+ </property>
+ <property name="toolTip" stdset="0">
+ <string>IP address of the DNS server (no hostname)</string>
+ </property>
+ </widget>
+ <widget class="QCheckBox" row="1" column="0">
+ <property name="name">
+ <cstring>UseSearchDomainInResolvConfCheckbox</cstring>
+ </property>
+ <property name="text">
+ <string>Use specified DNS search domain:</string>
+ </property>
+ <property name="toolTip" stdset="0">
+ <string>Use specified DNS server instead of retrieved from peer</string>
+ </property>
+ </widget>
+ <widget class="KLineEdit" row="0" column="1">
+ <property name="name">
+ <cstring>DnsServerLineedit</cstring>
+ </property>
+ <property name="enabled">
+ <bool>false</bool>
+ </property>
+ <property name="text">
+ <string></string>
+ </property>
+ <property name="toolTip" stdset="0">
+ <string>IP address of the DNS server (no hostname)</string>
+ </property>
+ </widget>
+ <widget class="KLineEdit" row="2" column="1">
+ <property name="name">
+ <cstring>DomainInResolvConfLineedit</cstring>
+ </property>
+ <property name="enabled">
+ <bool>false</bool>
+ </property>
+ <property name="text">
+ <string></string>
+ </property>
+ <property name="toolTip" stdset="0">
+ <string>IP address of the DNS server (no hostname)</string>
+ </property>
+ </widget>
+ <widget class="QCheckBox" row="2" column="0">
+ <property name="name">
+ <cstring>UseDomainInResolvConfCheckbox</cstring>
+ </property>
+ <property name="text">
+ <string>Use specified DNS domain:</string>
+ </property>
+ <property name="toolTip" stdset="0">
+ <string>Use specified DNS server instead of retrieved from peer</string>
+ </property>
+ </widget>
+ </grid>
+ </widget>
+ <widget class="QGroupBox">
+ <property name="name">
+ <cstring>PppOptionsGroupBox</cstring>
+ </property>
+ <property name="title">
+ <string>PPP options</string>
+ </property>
+ <grid>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <widget class="QCheckBox" row="2" column="1">
+ <property name="name">
+ <cstring>DisableCcpCheckbox</cstring>
+ </property>
+ <property name="text">
+ <string>Disable CCP negotiation</string>
+ </property>
+ <property name="accel">
+ <string></string>
+ </property>
+ <property name="toolTip" stdset="0">
+ <string>Disable Compression Control Protocol negotiation</string>
+ </property>
+ <property name="whatsThis" stdset="0">
+ <string>Check to disabe CCP (Compression Control Protocol) negotiation. This option should only be required if the peer is buggy and gets confused by requests from pppd for CCP negotiation.</string>
+ </property>
+ </widget>
+ <widget class="QCheckBox" row="1" column="1">
+ <property name="name">
+ <cstring>UseNoDeflateCheckbox</cstring>
+ </property>
+ <property name="text">
+ <string>Do not use deflate met&amp;hod</string>
+ </property>
+ <property name="accel">
+ <string>Alt+H</string>
+ </property>
+ <property name="toolTip" stdset="0">
+ <string>Do not use deflate decompression method (disabled by default)</string>
+ </property>
+ </widget>
+ <widget class="QCheckBox" row="4" column="0">
+ <property name="name">
+ <cstring>DisableProtocolFieldCompressionCheckbox</cstring>
+ </property>
+ <property name="text">
+ <string>Disable protocol field compression</string>
+ </property>
+ <property name="accel">
+ <string></string>
+ </property>
+ <property name="toolTip" stdset="0">
+ <string>Disable protocol field compression negotiation</string>
+ </property>
+ <property name="whatsThis" stdset="0">
+ <string>Disable protocol field compression negotiation in both the receive and the transmit direction</string>
+ </property>
+ </widget>
+ <widget class="QCheckBox" row="4" column="1">
+ <property name="name">
+ <cstring>DisableAdressControlCompressionCheckbox</cstring>
+ </property>
+ <property name="text">
+ <string>Disable adress control compression</string>
+ </property>
+ <property name="accel">
+ <string></string>
+ </property>
+ <property name="toolTip" stdset="0">
+ <string>Disable Address/Control compression in both directions</string>
+ </property>
+ <property name="whatsThis" stdset="0">
+ <string>Disable Address/Control compression in both directions (send and receive).</string>
+ </property>
+ </widget>
+ <widget class="QCheckBox" row="1" column="0">
+ <property name="name">
+ <cstring>UseNoBsdCompCheckbox</cstring>
+ </property>
+ <property name="text">
+ <string>Do not use BSD compression</string>
+ </property>
+ <property name="accel">
+ <string></string>
+ </property>
+ <property name="toolTip" stdset="0">
+ <string>Do not use BSD compression (disabled by default)</string>
+ </property>
+ </widget>
+ <widget class="QCheckBox" row="2" column="0">
+ <property name="name">
+ <cstring>UseNoIpDefaultCheckbox</cstring>
+ </property>
+ <property name="text">
+ <string>Use no IP b&amp;y default</string>
+ </property>
+ <property name="accel">
+ <string>Alt+Y</string>
+ </property>
+ </widget>
+ <widget class="QCheckBox" row="3" column="1">
+ <property name="name">
+ <cstring>DisableMagicNumberNegotiationCheckbox</cstring>
+ </property>
+ <property name="text">
+ <string>Disable magic number negotiation</string>
+ </property>
+ <property name="accel">
+ <string></string>
+ </property>
+ <property name="toolTip" stdset="0">
+ <string>Disables the magic number negotiation</string>
+ </property>
+ <property name="whatsThis" stdset="0">
+ <string>Disable magic number negotiation. With this option, pppd cannot detect a looped-back line. This option should only be needed if the peer is buggy.</string>
+ </property>
+ </widget>
+ <widget class="QCheckBox" row="3" column="0">
+ <property name="name">
+ <cstring>DisableHeaderCompressionCheckbox</cstring>
+ </property>
+ <property name="text">
+ <string>Disable TCP/IP header compression</string>
+ </property>
+ <property name="accel">
+ <string></string>
+ </property>
+ <property name="toolTip" stdset="0">
+ <string>Disables the Van Jacobson style TCP/IP header compression</string>
+ </property>
+ <property name="whatsThis" stdset="0">
+ <string>Disables the Van Jacobson style TCP/IP header compression in both the transmit and the receive direction.</string>
+ </property>
+ </widget>
+ <widget class="QCheckBox" row="0" column="1">
+ <property name="name">
+ <cstring>DisableIpxCheckbox</cstring>
+ </property>
+ <property name="text">
+ <string>Disable IPX</string>
+ </property>
+ <property name="accel">
+ <string></string>
+ </property>
+ <property name="toolTip" stdset="0">
+ <string>Disables the IPXCP and IPX protocols</string>
+ </property>
+ <property name="whatsThis" stdset="0">
+ <string>Disables the IPXCP and IPX protocols. This option should only be required if the peer is buggy and gets confused by requests from pppd for IPXCP negotiation.</string>
+ </property>
+ </widget>
+ </grid>
+ </widget>
+ <widget class="QGroupBox">
+ <property name="name">
+ <cstring>MppeOptionsGroupBox</cstring>
+ </property>
+ <property name="title">
+ <string>MPPE options</string>
+ </property>
+ <grid>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <widget class="QCheckBox" row="0" column="0">
+ <property name="name">
+ <cstring>RequireMppeCheckbox</cstring>
+ </property>
+ <property name="text">
+ <string>Re&amp;quire MPPE</string>
+ </property>
+ <property name="accel">
+ <string>Alt+Q</string>
+ </property>
+ <property name="toolTip" stdset="0">
+ <string>Require Microsoft Point-To-Point Encrpytion (enabled by default)</string>
+ </property>
+ </widget>
+ <widget class="QCheckBox" row="1" column="0" rowspan="2" colspan="2">
+ <property name="name">
+ <cstring>Refuse40BitEncryptionCheckbox</cstring>
+ </property>
+ <property name="text">
+ <string>Refuse &amp;40 bit encryption</string>
+ </property>
+ <property name="accel">
+ <string>Alt+4</string>
+ </property>
+ <property name="toolTip" stdset="0">
+ <string>Refuse 40 bit length encryption of MPPE</string>
+ </property>
+ </widget>
+ <widget class="QCheckBox" row="3" column="0">
+ <property name="name">
+ <cstring>Refuse128BitEncryptionCheckbox</cstring>
+ </property>
+ <property name="text">
+ <string>Refuse 1&amp;28 bit encryption</string>
+ </property>
+ <property name="accel">
+ <string>Alt+2</string>
+ </property>
+ <property name="toolTip" stdset="0">
+ <string>Refuse 128 bit length encryption of MPPE</string>
+ </property>
+ </widget>
+ <widget class="QCheckBox" row="0" column="1">
+ <property name="name">
+ <cstring>AllowStatefulModeCheckbox</cstring>
+ </property>
+ <property name="text">
+ <string>Allo&amp;w MPPE stateful mode</string>
+ </property>
+ <property name="accel">
+ <string>Alt+W</string>
+ </property>
+ <property name="toolTip" stdset="0">
+ <string>Check this for allow stateful mode of MPPE</string>
+ </property>
+ </widget>
+ <widget class="QCheckBox" row="2" column="1" rowspan="2" colspan="1">
+ <property name="name">
+ <cstring>UseNoMPPECompressionCheckbox</cstring>
+ </property>
+ <property name="text">
+ <string>Do not use &amp;MPPC compression</string>
+ </property>
+ <property name="accel">
+ <string>Alt+M</string>
+ </property>
+ <property name="toolTip" stdset="0">
+ <string>Do not use the Microsoft Poit-To-Point Compression protocol. &lt;br&gt;I.e. for compatibility with watchguard firebox (disabled by default)</string>
+ </property>
+ <property name="whatsThis" stdset="0">
+ <string>Check this for disable Microsoft Point-to-Point Compression (MPPC) (i.e. for compatibility with watchguard firebox).</string>
+ </property>
+ </widget>
+ </grid>
+ </widget>
+ <widget class="QGroupBox">
+ <property name="name">
+ <cstring>AuthGroupBox</cstring>
+ </property>
+ <property name="title">
+ <string>Authentication</string>
+ </property>
+ <grid>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <widget class="QLayoutWidget" row="0" column="0">
+ <property name="name">
+ <cstring>layout8</cstring>
+ </property>
+ <hbox>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <widget class="QLayoutWidget">
+ <property name="name">
+ <cstring>layout7</cstring>
+ </property>
+ <hbox>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <widget class="QLabel">
+ <property name="name">
+ <cstring>textLabel1</cstring>
+ </property>
+ <property name="text">
+ <string>Authorization method:</string>
+ </property>
+ </widget>
+ <widget class="KComboBox">
+ <property name="name">
+ <cstring>AuthMethodComboBox</cstring>
+ </property>
+ </widget>
+ </hbox>
+ </widget>
+ <widget class="QCheckBox">
+ <property name="name">
+ <cstring>RequireEapCheckbox</cstring>
+ </property>
+ <property name="text">
+ <string>Re&amp;quire EAP</string>
+ </property>
+ <property name="accel">
+ <string>Alt+Q</string>
+ </property>
+ <property name="toolTip" stdset="0">
+ <string>Require EAP (disabled by default), should be disabled</string>
+ </property>
+ </widget>
+ </hbox>
+ </widget>
+ </grid>
+ </widget>
+ <widget class="QLayoutWidget">
+ <property name="name">
+ <cstring>layout7_2</cstring>
+ </property>
+ <hbox>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <widget class="QLayoutWidget">
+ <property name="name">
+ <cstring>layout6</cstring>
+ </property>
+ <hbox>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <widget class="QLabel">
+ <property name="name">
+ <cstring>L2tpdDaemonLabel</cstring>
+ </property>
+ <property name="text">
+ <string>L2TP daemon</string>
+ </property>
+ </widget>
+ <spacer>
+ <property name="name">
+ <cstring>spacer4</cstring>
+ </property>
+ <property name="orientation">
+ <enum>Horizontal</enum>
+ </property>
+ <property name="sizeType">
+ <enum>Expanding</enum>
+ </property>
+ <property name="sizeHint">
+ <size>
+ <width>111</width>
+ <height>21</height>
+ </size>
+ </property>
+ </spacer>
+ </hbox>
+ </widget>
+ <widget class="KComboBox">
+ <item>
+ <property name="text">
+ <string>l2tpd/xl2tpd</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>openl2tp</string>
+ </property>
+ </item>
+ <property name="name">
+ <cstring>L2tpDaemonComboBox</cstring>
+ </property>
+ </widget>
+ </hbox>
+ </widget>
+ <spacer>
+ <property name="name">
+ <cstring>spacer3</cstring>
+ </property>
+ <property name="orientation">
+ <enum>Vertical</enum>
+ </property>
+ <property name="sizeType">
+ <enum>Expanding</enum>
+ </property>
+ <property name="sizeHint">
+ <size>
+ <width>20</width>
+ <height>165</height>
+ </size>
+ </property>
+ </spacer>
+ </vbox>
+ </widget>
+ <spacer>
+ <property name="name">
+ <cstring>spacer11</cstring>
+ </property>
+ <property name="orientation">
+ <enum>Horizontal</enum>
+ </property>
+ <property name="sizeType">
+ <enum>Expanding</enum>
+ </property>
+ <property name="sizeHint">
+ <size>
+ <width>49</width>
+ <height>31</height>
+ </size>
+ </property>
+ </spacer>
+ </hbox>
+ </widget>
+ </grid>
+</widget>
+<slots>
+ <slot>useNtDomainNameToggled(bool)</slot>
+</slots>
+<layoutdefaults spacing="6" margin="11"/>
+<includehints>
+ <includehint>klineedit.h</includehint>
+ <includehint>klineedit.h</includehint>
+ <includehint>klineedit.h</includehint>
+ <includehint>kcombobox.h</includehint>
+ <includehint>kcombobox.h</includehint>
+</includehints>
+</UI>