diff options
Diffstat (limited to 'src/profilepptpoptionsbase.ui')
-rw-r--r-- | src/profilepptpoptionsbase.ui | 697 |
1 files changed, 697 insertions, 0 deletions
diff --git a/src/profilepptpoptionsbase.ui b/src/profilepptpoptionsbase.ui new file mode 100644 index 0000000..1871e0d --- /dev/null +++ b/src/profilepptpoptionsbase.ui @@ -0,0 +1,697 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>ProfilePptpOptionsBase</class> +<widget class="QWidget"> + <property name="name"> + <cstring>ProfilePptpOptionsBase</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>513</width> + <height>206</height> + </rect> + </property> + <property name="caption"> + <string>PPTP/L2TP</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QTabWidget" row="0" column="0"> + <property name="name"> + <cstring>tabWidget5</cstring> + </property> + <widget class="QWidget"> + <property name="name"> + <cstring>MppeTab</cstring> + </property> + <attribute name="title"> + <string>MPPE</string> + </attribute> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget" row="0" column="0"> + <property name="name"> + <cstring>layout85</cstring> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout84</cstring> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <spacer row="2" column="1"> + <property name="name"> + <cstring>spacer69</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>196</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="QCheckBox" row="0" column="0"> + <property name="name"> + <cstring>RequireMppeCheckbox</cstring> + </property> + <property name="text"> + <string>Re&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="0" column="1"> + <property name="name"> + <cstring>AllowStatefulModeCheckbox</cstring> + </property> + <property name="text"> + <string>A&llow MPPE stateful mode</string> + </property> + <property name="accel"> + <string>Alt+L</string> + </property> + <property name="toolTip" stdset="0"> + <string>Check this for allow stateful mode of MPPE</string> + </property> + </widget> + <widget class="QCheckBox" row="1" column="0"> + <property name="name"> + <cstring>Refuse40BitEncryptionCheckbox</cstring> + </property> + <property name="text"> + <string>Refuse 4&0 bit encryption</string> + </property> + <property name="accel"> + <string>Alt+0</string> + </property> + <property name="toolTip" stdset="0"> + <string>Refuse 40 bit length encryption of MPPE</string> + </property> + </widget> + <widget class="QCheckBox" row="2" column="0"> + <property name="name"> + <cstring>Refuse128BitEncryptionCheckbox</cstring> + </property> + <property name="text"> + <string>Refuse &128 bit encryption</string> + </property> + <property name="accel"> + <string>Alt+1</string> + </property> + <property name="toolTip" stdset="0"> + <string>Refuse 128 bit length encryption of MPPE</string> + </property> + </widget> + <widget class="QCheckBox" row="1" column="1"> + <property name="name"> + <cstring>UseNoMPPECompressionCheckbox</cstring> + </property> + <property name="text"> + <string>Do not use &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. <br>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> + <spacer> + <property name="name"> + <cstring>spacer70</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>21</width> + <height>31</height> + </size> + </property> + </spacer> + </vbox> + </widget> + </grid> + </widget> + <widget class="QWidget"> + <property name="name"> + <cstring>PppTab</cstring> + </property> + <attribute name="title"> + <string>PPP</string> + </attribute> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget" row="0" column="0"> + <property name="name"> + <cstring>layout92</cstring> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout91</cstring> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QCheckBox" row="1" column="1"> + <property name="name"> + <cstring>UseNoDeflateCheckbox</cstring> + </property> + <property name="text"> + <string>Do not use deflate met&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="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> + <spacer row="0" column="0"> + <property name="name"> + <cstring>spacer73</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>181</width> + <height>21</height> + </size> + </property> + </spacer> + <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> + <widget class="QCheckBox" row="2" column="0"> + <property name="name"> + <cstring>UseNoIpDefaultCheckbox</cstring> + </property> + <property name="text"> + <string>Use no IP b&y default</string> + </property> + <property name="accel"> + <string>Alt+Y</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="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="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="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="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> + </grid> + </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>138</height> + </size> + </property> + </spacer> + </vbox> + </widget> + </grid> + </widget> + <widget class="QWidget"> + <property name="name"> + <cstring>AuthenticationTab</cstring> + </property> + <attribute name="title"> + <string>Authentication</string> + </attribute> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget" row="0" column="0"> + <property name="name"> + <cstring>layout89</cstring> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout88</cstring> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget" row="0" column="0"> + <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" row="1" column="0"> + <property name="name"> + <cstring>RequireEapCheckbox</cstring> + </property> + <property name="text"> + <string>Re&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> + <widget class="QLayoutWidget" row="2" column="0"> + <property name="name"> + <cstring>layout7</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> + </grid> + </widget> + <spacer> + <property name="name"> + <cstring>spacer72</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>51</height> + </size> + </property> + </spacer> + </vbox> + </widget> + </grid> + </widget> + <widget class="QWidget"> + <property name="name"> + <cstring>DnsTab</cstring> + </property> + <attribute name="title"> + <string>DNS</string> + </attribute> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget" row="0" column="0"> + <property name="name"> + <cstring>layout87</cstring> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout86</cstring> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <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="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="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> + <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="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> + </grid> + </widget> + <spacer> + <property name="name"> + <cstring>spacer71</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>71</height> + </size> + </property> + </spacer> + </vbox> + </widget> + </grid> + </widget> + </widget> + </grid> +</widget> +<connections> + <connection> + <sender>DnsServerCheckbox</sender> + <signal>toggled(bool)</signal> + <receiver>ProfilePptpOptionsBase</receiver> + <slot>useDnsServerToggled(bool)</slot> + </connection> + <connection> + <sender>UseDomainInResolvConfCheckbox</sender> + <signal>toggled(bool)</signal> + <receiver>ProfilePptpOptionsBase</receiver> + <slot>useDomainInResolvConfToggled(bool)</slot> + </connection> + <connection> + <sender>UseSearchDomainInResolvConfCheckbox</sender> + <signal>toggled(bool)</signal> + <receiver>ProfilePptpOptionsBase</receiver> + <slot>useSearchDomainInResolvConfToggled(bool)</slot> + </connection> +</connections> +<tabstops> + <tabstop>DnsServerCheckbox</tabstop> + <tabstop>DnsServerLineedit</tabstop> + <tabstop>Refuse40BitEncryptionCheckbox</tabstop> + <tabstop>Refuse128BitEncryptionCheckbox</tabstop> + <tabstop>RequireMppeCheckbox</tabstop> + <tabstop>AllowStatefulModeCheckbox</tabstop> + <tabstop>UseNoBsdCompCheckbox</tabstop> + <tabstop>UseNoDeflateCheckbox</tabstop> + <tabstop>UseNoIpDefaultCheckbox</tabstop> + <tabstop>UseNoMPPECompressionCheckbox</tabstop> +</tabstops> +<slots> + <slot specifier="nicht virtual">mtuToggled(bool)</slot> + <slot specifier="nicht virtual">useDnsServerToggled(bool)</slot> + <slot>keepDefaultRouteToggled(bool)</slot> + <slot>useNtDomainNameToggled(bool)</slot> + <slot>useSearchDomainInResolvConfToggled(bool)</slot> + <slot>useDomainInResolvConfToggled(bool)</slot> +</slots> +<layoutdefaults spacing="6" margin="11"/> +<includehints> + <includehint>kcombobox.h</includehint> + <includehint>kcombobox.h</includehint> + <includehint>klineedit.h</includehint> + <includehint>klineedit.h</includehint> + <includehint>klineedit.h</includehint> +</includehints> +</UI> |