diff options
Diffstat (limited to 'src/newprofilewizardopenvpnauth.ui')
-rw-r--r-- | src/newprofilewizardopenvpnauth.ui | 245 |
1 files changed, 245 insertions, 0 deletions
diff --git a/src/newprofilewizardopenvpnauth.ui b/src/newprofilewizardopenvpnauth.ui new file mode 100644 index 0000000..9950816 --- /dev/null +++ b/src/newprofilewizardopenvpnauth.ui @@ -0,0 +1,245 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>NewProfileWizardOpenvpnAuth</class> +<author>Christoph Thielecke</author> +<widget class="QWidget"> + <property name="name"> + <cstring>NewProfileWizardOpenvpnAuth</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>518</width> + <height>183</height> + </rect> + </property> + <property name="caption"> + <string>New profile wizard OpenVPN</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget" row="0" column="0"> + <property name="name"> + <cstring>layout66</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout65</cstring> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>textLabel3</cstring> + </property> + <property name="text"> + <string>OpenVPN authentication settings</string> + </property> + </widget> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout17</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QCheckBox"> + <property name="name"> + <cstring>AuthWithUsernameAndPasswordCheckBox</cstring> + </property> + <property name="text"> + <string>Authenticate &with username and password</string> + </property> + <property name="accel"> + <string>Alt+W</string> + </property> + <property name="toolTip" stdset="0"> + <string>Authenticate with server using username and password</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>191</width> + <height>20</height> + </size> + </property> + </spacer> + </hbox> + </widget> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout98</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QCheckBox"> + <property name="name"> + <cstring>UseOnlyCaCertAndUserAuthCheckBox</cstring> + </property> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="text"> + <string>Use onl&y CA cert and authenticate with username and password</string> + </property> + <property name="accel"> + <string>Alt+Y</string> + </property> + <property name="toolTip" stdset="0"> + <string></string> + </property> + </widget> + <spacer> + <property name="name"> + <cstring>spacer7_2_2_4</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>46</width> + <height>20</height> + </size> + </property> + </spacer> + </hbox> + </widget> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout64</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout63</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QCheckBox"> + <property name="name"> + <cstring>UseAuthenticationAlgorithmCheckBox</cstring> + </property> + <property name="text"> + <string>Use authentication method:</string> + </property> + <property name="toolTip" stdset="0"> + <string>Use non standard authentication algorithm</string> + </property> + </widget> + <spacer> + <property name="name"> + <cstring>spacer7_3_2</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>233</width> + <height>20</height> + </size> + </property> + </spacer> + </hbox> + </widget> + <widget class="KComboBox"> + <property name="name"> + <cstring>UserdefiniedDigestComboBox</cstring> + </property> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="toolTip" stdset="0"> + <string>Cipher algorithm</string> + </property> + </widget> + </hbox> + </widget> + <spacer> + <property name="name"> + <cstring>spacer57</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>16</height> + </size> + </property> + </spacer> + </vbox> + </widget> + <spacer> + <property name="name"> + <cstring>spacer43</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>494</width> + <height>20</height> + </size> + </property> + </spacer> + </hbox> + </widget> + </grid> +</widget> +<tabstops> + <tabstop>AuthWithUsernameAndPasswordCheckBox</tabstop> +</tabstops> +<slots> + <slot>useUserdefiniedCipherToggled(bool)</slot> + <slot>useTlsAuthToggled(bool)</slot> + <slot>useTlsRemoteHostToggled(bool)</slot> + <slot>useHttpProxyToggeled(bool)</slot> + <slot>userdefinedOpenvpnPortToggeled(bool)</slot> +</slots> +<layoutdefaults spacing="6" margin="11"/> +<includehints> + <includehint>kcombobox.h</includehint> +</includehints> +</UI> |