From d08a0ede1d2cb15bb14b0ff75eacf5c682b1fa0a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 6 Dec 2011 12:36:58 -0600 Subject: Initial import of year-and-a-half-old upstream version 0.9.6a --- src/newprofilewizardopenvpn.ui | 707 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 707 insertions(+) create mode 100644 src/newprofilewizardopenvpn.ui (limited to 'src/newprofilewizardopenvpn.ui') diff --git a/src/newprofilewizardopenvpn.ui b/src/newprofilewizardopenvpn.ui new file mode 100644 index 0000000..009a8fd --- /dev/null +++ b/src/newprofilewizardopenvpn.ui @@ -0,0 +1,707 @@ + +NewProfileWizardOpenvpn +Christoph Thielecke + + + NewProfileWizardOpenvpn + + + + 0 + 0 + 518 + 536 + + + + New profile wizard OpenVPN + + + + unnamed + + + + layout50 + + + + unnamed + + + + textLabel3 + + + OpenVPN specific settings + + + + + layout49 + + + + unnamed + + + + TlsRemoteHostLineEdit + + + false + + + Common name, X509 name or common name prefix + + + + + TunnelDeviceTypeComboBox + + + Type of tunnel device for virtual network. Use tun for routed network, and tap for ethernet bridging. + + + This is the type of your tunnel device. It can be tun (virtual Point-to-Point network device) or tap (virtual ethernet network device). Your administrator will tell you which you have to use. Default is to use the tun device. + + + + + UserdefiniedCipherComboBox + + + false + + + Cipher algorithm + + + + + layout47 + + + + unnamed + + + + UseTlsAuthCheckBox + + + Use TLS auth: + + + + + + Add an additional TLS authentication + + + + + spacer38 + + + Horizontal + + + Expanding + + + + 101 + 20 + + + + + + + + layout44 + + + + unnamed + + + + UseUserdefinedPortCheckBox + + + Use specified remote port: + + + Use non standard TCP/UDP port + + + + + spacer6 + + + Horizontal + + + Expanding + + + + 119 + 20 + + + + + + + + NsCertTypeComboBox + + + Certificate type + + + + + TlsAuthURLRequester + + + false + + + File name of the static key or passphrase file + + + + + layout48 + + + + unnamed + + + + UseTlsRemoteHostCheckBox + + + Accept onl&y peer with common name: + + + Alt+Y + + + Accept connections only from a host with X509 name <br>or common name equal to specified name + + + + + spacer39 + + + Horizontal + + + Expanding + + + + 31 + 20 + + + + + + + + layout18_2 + + + + unnamed + + + + AllowIpAddressChangeOfPeerCheckBox + + + Allow IP address change of peer (for DHCP) + + + + + + + + + + + spacer6_2_2 + + + Horizontal + + + Expanding + + + + 191 + 20 + + + + + + + + UserdefinedPortSpinBox + + + 65535 + + + 1 + + + 1194 + + + Port number + + + + + layout18 + + + + unnamed + + + + DisableLzoCompressionCheckBox + + + Disable L&ZO compression + + + Alt+Z + + + + + + + + spacer6_2 + + + Horizontal + + + Expanding + + + + 191 + 20 + + + + + + + + layout46 + + + + unnamed + + + + UseUserdefiniedCipherCheckBox + + + Use specified cipher: + + + Use non standard cipher algorithm + + + + + spacer7_3 + + + Horizontal + + + Expanding + + + + 119 + 20 + + + + + + + + layout45 + + + + unnamed + + + + TunnelDeviceTypeLabel + + + Tunnel device type: + + + + + + + + spacer5 + + + Horizontal + + + Expanding + + + + 119 + 21 + + + + + + + + layout43 + + + + unnamed + + + + UseNsCertTypeCheckBox + + + Re&quire peer ns cert type: + + + Alt+Q + + + Require that peer certificate was signed with an explicit nsCertType destination of "client" or "server" + + + + + spacer7 + + + Horizontal + + + Expanding + + + + 119 + 20 + + + + + + + + + + groupBox1 + + + HTTP proxy + + + + unnamed + + + + layout11 + + + + unnamed + + + + HttpProxyLineEdit + + + false + + + Name or IP address of the proxy server + + + + + layout10 + + + + unnamed + + + + TimeoutTextLabel + + + false + + + Timeout + + + Timeout in seconds + + + + + spacer13 + + + Horizontal + + + Expanding + + + + 101 + 21 + + + + + + HttpProxyTimeoutIntSpinBox + + + false + + + 5 + + + Timeout in seconds + + + + + + + PortTextextLabel + + + false + + + Port + + + Proxy server port number + + + + + UseHttpProxyCheckBox + + + Use &HTTP proxy + + + Alt+H + + + Connect via HTTP proxy + + + + + HostTextLabel + + + false + + + Host + + + Name or IP address of the proxy server + + + + + spacer7_2_2_2 + + + Horizontal + + + Expanding + + + + 220 + 20 + + + + + + spacer14 + + + Horizontal + + + Expanding + + + + 221 + 20 + + + + + + layout9_2 + + + + unnamed + + + + spacer12 + + + Horizontal + + + Expanding + + + + 110 + 21 + + + + + + HttpProxyPortIntNumInput + + + false + + + 65535 + + + 1 + + + 8080 + + + Proxy server port number + + + + + + + + + + + spacer57 + + + Vertical + + + Expanding + + + + 20 + 117 + + + + + + + + + TunnelDeviceTypeComboBox + UseUserdefinedPortCheckBox + UserdefinedPortSpinBox + UseNsCertTypeCheckBox + NsCertTypeComboBox + UseUserdefiniedCipherCheckBox + UserdefiniedCipherComboBox + UseTlsAuthCheckBox + TlsAuthURLRequester + UseTlsRemoteHostCheckBox + TlsRemoteHostLineEdit + DisableLzoCompressionCheckBox + UseHttpProxyCheckBox + HttpProxyLineEdit + HttpProxyPortIntNumInput + HttpProxyTimeoutIntSpinBox + + + userdefinedOpenvpnPortToggeled(bool) + useUserdefiniedCipherToggled(bool) + useTlsAuthToggled(bool) + useTlsRemoteHostToggled(bool) + useHttpProxyToggeled(bool) + authenticateWithUsernameAndPasswordToggled(bool) + + + + kcombobox.h + kcombobox.h + kcombobox.h + kurlrequester.h + klineedit.h + kpushbutton.h + knuminput.h + knuminput.h + + -- cgit v1.2.1