From 9279804b3f550d8920c1f879aaaca919365d881a Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 17 Oct 2011 17:38:53 +0000 Subject: Add dead-ended knetworkmanager 0.8 source Add copy of same for knetworkmanager 0.9 starting point git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/knetworkmanager9@1259314 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- .../vpn-plugins/openvpn/src/openvpnprop.ui | 619 +++++++++++++++++++++ 1 file changed, 619 insertions(+) create mode 100644 knetworkmanager-0.9/vpn-plugins/openvpn/src/openvpnprop.ui (limited to 'knetworkmanager-0.9/vpn-plugins/openvpn/src/openvpnprop.ui') diff --git a/knetworkmanager-0.9/vpn-plugins/openvpn/src/openvpnprop.ui b/knetworkmanager-0.9/vpn-plugins/openvpn/src/openvpnprop.ui new file mode 100644 index 0000000..c136050 --- /dev/null +++ b/knetworkmanager-0.9/vpn-plugins/openvpn/src/openvpnprop.ui @@ -0,0 +1,619 @@ + +OpenVPNConfigWidget + + + OpenVPNConfigWidget + + + + 0 + 0 + 667 + 322 + + + + + unnamed + + + 0 + + + + kTabWidget1 + + + + TabPage + + + Required Information + + + + unnamed + + + + spacer9 + + + Vertical + + + Expanding + + + + 20 + 16 + + + + + + widgetStack + + + + WStackPage + + + 0 + + + + unnamed + + + 0 + + + + groupBox5 + + + X.509 + + + + unnamed + + + + editCA2 + + + + + editCert2 + + + + + editKey2 + + + + + textLabel2 + + + CA file + + + + + textLabel3_2 + + + Certificate + + + + + textLabel4 + + + Key + + + + + + + + + WStackPage + + + 1 + + + + unnamed + + + 0 + + + + groupBox5_2 + + + Shared key + + + + unnamed + + + + editSharedKey + + + + + editLocalIP + + + + + editRemoteIP + + + + + textLabel5 + + + Shared Key + + + + + textLabel6 + + + Local IP + + + + + textLabel7 + + + Remote IP + + + + + + + + + WStackPage + + + 2 + + + + unnamed + + + 0 + + + + groupBox5_2_2 + + + Password + + + + unnamed + + + + editCA3 + + + + + editUsername2 + + + + + textLabel8 + + + CA file + + + + + textLabel9 + + + Username + + + + + + + + + WStackPage + + + 3 + + + + unnamed + + + 0 + + + + groupBox5_3 + + + X.509 with password authentication + + + + unnamed + + + + editCA + + + + + textLabel2_2 + + + CA file + + + + + editCert + + + + + textLabel3_2_2 + + + Certificate + + + + + textLabel4_2 + + + Key + + + + + editKey + + + + + editUsername + + + + + textLabel9_2 + + + Username + + + + + + + + + + labelConnectionType + + + Connection Type + + + + + cboConnectionType + + + + + textLabel3 + + + Gateway + + + + + textLabel3_3 + + + Port + + + + + gateway + + + + + port + + + false + + + + + chkDefaultPort + + + Use Default + + + true + + + + + + + TabPage + + + Optional Information + + + + unnamed + + + + routes + + + false + + + + + chkIPAdresses + + + Only use VPN Connection for these Addresses (eg: 172.16.0.0/16 10.11.12.0/24) + + + + + chkUseTAP + + + Use TAP device + + + + + chkUseLZO + + + Use LZO compression + + + + + chkUseTCP + + + Use TCP connection + + + + + spacer10 + + + Vertical + + + Expanding + + + + 20 + 30 + + + + + + chkUseCipher + + + Use cipher + + + + + chkUseTLS + + + Use TLS auth + + + + + textLabel1 + + + Direction: + + + + + cboDirection + + + false + + + + + editTLSAuth + + + false + + + + + cboCipher + + + false + + + + + + + + + + + + editCA + textChanged(const QString&) + editCA2 + setURL(const QString&) + + + editCA + textChanged(const QString&) + editCA3 + setURL(const QString&) + + + editCA2 + textChanged(const QString&) + editCA + setURL(const QString&) + + + editCA2 + textChanged(const QString&) + editCA3 + setURL(const QString&) + + + editCA3 + textChanged(const QString&) + editCA2 + setURL(const QString&) + + + editCA3 + textChanged(const QString&) + editCA + setURL(const QString&) + + + editCert + textChanged(const QString&) + editCert2 + setURL(const QString&) + + + editCert2 + textChanged(const QString&) + editCert + setURL(const QString&) + + + editKey + textChanged(const QString&) + editKey2 + setURL(const QString&) + + + editKey2 + textChanged(const QString&) + editKey + setURL(const QString&) + + + editUsername + textChanged(const QString&) + editUsername2 + setText(const QString&) + + + editUsername2 + textChanged(const QString&) + editUsername + setText(const QString&) + + + chkDefaultPort + toggled(bool) + port + setDisabled(bool) + + + + kTabWidget1 + chkUseLZO + chkUseTAP + chkUseTCP + chkUseCipher + cboCipher + chkUseTLS + editTLSAuth + cboDirection + chkIPAdresses + routes + gateway + cboConnectionType + editCA2 + editCert2 + editKey2 + editSharedKey + editLocalIP + editRemoteIP + editCA3 + editUsername2 + editCA + editCert + editKey + editUsername + + + + + -- cgit v1.2.1