diff options
Diffstat (limited to 'src/newprofilewizardnat.ui')
-rw-r--r-- | src/newprofilewizardnat.ui | 201 |
1 files changed, 201 insertions, 0 deletions
diff --git a/src/newprofilewizardnat.ui b/src/newprofilewizardnat.ui new file mode 100644 index 0000000..719bbb5 --- /dev/null +++ b/src/newprofilewizardnat.ui @@ -0,0 +1,201 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>NewProfileWizardNat</class> +<widget class="QWidget"> + <property name="name"> + <cstring>NewProfileWizardNat</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>289</width> + <height>128</height> + </rect> + </property> + <property name="caption"> + <string>NAT settings</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget" row="0" column="0"> + <property name="name"> + <cstring>layout10</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout9</cstring> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout8</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QCheckBox"> + <property name="name"> + <cstring>UseUdpCheckbox</cstring> + </property> + <property name="text"> + <string>Use UDP</string> + </property> + <property name="accel"> + <string></string> + </property> + <property name="toolTip" stdset="0"> + <string>For IPSec use UDP encapsulation (NAT-T). For openvpn <br>use UDP instead of TCP protocol.</string> + </property> + <property name="whatsThis" stdset="0"> + <string>For openvpn this causes using UDP instead of TCP protocol <br>(peer have to use the same protocol).</string> + </property> + </widget> + <spacer> + <property name="name"> + <cstring>spacer39</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>50</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="QCheckBox"> + <property name="name"> + <cstring>UseNatCheckbox</cstring> + </property> + <property name="text"> + <string>Use NAT</string> + </property> + <property name="toolTip" stdset="0"> + <string>Enable NAT support</string> + </property> + <property name="whatsThis" stdset="0"> + <string>You should enable this if you behind a firewall</string> + </property> + </widget> + </hbox> + </widget> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout9</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QCheckBox"> + <property name="name"> + <cstring>UdpPortCheckbox</cstring> + </property> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="text"> + <string>&UDP Encapsulation Port:</string> + </property> + <property name="accel"> + <string>Alt+U</string> + </property> + <property name="toolTip" stdset="0"> + <string>Use specified port number for IPSec NAT-T</string> + </property> + </widget> + <widget class="QSpinBox"> + <property name="name"> + <cstring>UdpPortSpinbox</cstring> + </property> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="maxValue"> + <number>65535</number> + </property> + <property name="minValue"> + <number>1</number> + </property> + <property name="value"> + <number>10000</number> + </property> + <property name="toolTip" stdset="0"> + <string>UDP port for NAT-T</string> + </property> + </widget> + <spacer> + <property name="name"> + <cstring>spacer7_2</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>46</width> + <height>21</height> + </size> + </property> + </spacer> + </hbox> + </widget> + <spacer> + <property name="name"> + <cstring>spacer27</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>150</height> + </size> + </property> + </spacer> + </vbox> + </widget> + <spacer> + <property name="name"> + <cstring>spacer26</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>201</width> + <height>21</height> + </size> + </property> + </spacer> + </hbox> + </widget> + </grid> +</widget> +<layoutdefaults spacing="6" margin="11"/> +</UI> |