From bcb704366cb5e333a626c18c308c7e0448a8e69f Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- krdc/vnc/vncprefs.ui | 165 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 165 insertions(+) create mode 100644 krdc/vnc/vncprefs.ui (limited to 'krdc/vnc/vncprefs.ui') diff --git a/krdc/vnc/vncprefs.ui b/krdc/vnc/vncprefs.ui new file mode 100644 index 00000000..034b2b1a --- /dev/null +++ b/krdc/vnc/vncprefs.ui @@ -0,0 +1,165 @@ + +VncPrefs + + + VncPrefs + + + + 0 + 0 + 472 + 126 + + + + + unnamed + + + 0 + + + + groupBox + + + Connection + + + + unnamed + + + + cbUseEncryption + + + false + + + &Enable encryption (secure, but slow and not always possible) + + + Enable this option to encrypt the connection. Only newer servers support this option. Encrypting prevents others from eavesdropping, but can slow down the connection considerably. + + + + + cbUseKWallet + + + true + + + Use K&Wallet for passwords + + + Enable this option to store your passwords with KWallet. + + + + + connectionTypeLabel + + + + 0 + 1 + 0 + 0 + + + + Connection &type: + + + cmbQuality + + + + + + High Quality (LAN, direct connection) + + + + + Medium Quality (DSL, Cable, fast Internet) + + + + + Low Quality (Modem, ISDN, slow Internet) + + + + cmbQuality + + + + 5 + 0 + 0 + 0 + + + + + 280 + 0 + + + + Use this to specify the performance of your connection. Note that you should select the speed of the weakest link - even if you have a high speed connection, it will not help you if the remote computer uses a slow modem. Choosing a level of quality that is too high on a slow link will cause slower response times. Choosing a lower quality will increase latencies in high speed connections and results in lower image quality, especially in 'Low Quality' mode. + + + + + Spacer + + + Horizontal + + + Expanding + + + + 84 + 16 + + + + + + + + cbShowPrefs + + + &Show this dialog again for this host + + + Select this option if you do not want to be asked for the settings when connecting to a host. For hosts with existing profiles these profiles will be taken. New hosts will be configured with the defaults. + + + + + + kdialog.h + vncprefs.ui.h + + + setQuality( int quality ) + quality() + setShowPrefs( bool b ) + showPrefs() + setUseEncryption( bool b ) + useEncryption() + setUseKWallet( bool b ) + useKWallet() + + + + -- cgit v1.2.1