merge in my changes from soc-krdc branch
[kdenetwork.git] / krdc / vnc / vncprefs.ui
blob1ecc75205a8e577dfafe095df2ea1b261b2b90f4
1 <ui version="4.0" >
2  <class>VncPrefs</class>
3  <widget class="QWidget" name="VncPrefs" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>472</width>
9     <height>132</height>
10    </rect>
11   </property>
12   <layout class="QVBoxLayout" >
13    <property name="margin" >
14     <number>0</number>
15    </property>
16    <property name="spacing" >
17     <number>6</number>
18    </property>
19    <item>
20     <widget class="QGroupBox" name="groupBox" >
21      <property name="layoutDirection" >
22       <enum>Qt::LeftToRight</enum>
23      </property>
24      <property name="title" >
25       <string>Connection</string>
26      </property>
27      <property name="alignment" >
28       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
29      </property>
30      <layout class="QGridLayout" >
31       <property name="margin" >
32        <number>0</number>
33       </property>
34       <property name="spacing" >
35        <number>6</number>
36       </property>
37       <item row="1" column="0" colspan="3" >
38        <widget class="QCheckBox" name="cbUseEncryption" >
39         <property name="enabled" >
40          <bool>false</bool>
41         </property>
42         <property name="whatsThis" >
43          <string>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.</string>
44         </property>
45         <property name="text" >
46          <string>&amp;Enable encryption (secure, but slow and not always possible)</string>
47         </property>
48        </widget>
49       </item>
50       <item row="2" column="0" colspan="3" >
51        <widget class="QCheckBox" name="cbUseKWallet" >
52         <property name="enabled" >
53          <bool>true</bool>
54         </property>
55         <property name="whatsThis" >
56          <string>Enable this option to store your passwords with KWallet.</string>
57         </property>
58         <property name="text" >
59          <string>Use K&amp;Wallet for passwords</string>
60         </property>
61        </widget>
62       </item>
63       <item row="0" column="0" >
64        <widget class="QLabel" name="connectionTypeLabel" >
65         <property name="sizePolicy" >
66          <sizepolicy>
67           <hsizetype>0</hsizetype>
68           <vsizetype>1</vsizetype>
69           <horstretch>0</horstretch>
70           <verstretch>0</verstretch>
71          </sizepolicy>
72         </property>
73         <property name="text" >
74          <string>Connection &amp;type:</string>
75         </property>
76         <property name="buddy" >
77          <cstring>cmbQuality</cstring>
78         </property>
79        </widget>
80       </item>
81       <item row="0" column="1" >
82        <widget class="QComboBox" name="cmbQuality" >
83         <property name="sizePolicy" >
84          <sizepolicy>
85           <hsizetype>5</hsizetype>
86           <vsizetype>0</vsizetype>
87           <horstretch>0</horstretch>
88           <verstretch>0</verstretch>
89          </sizepolicy>
90         </property>
91         <property name="minimumSize" >
92          <size>
93           <width>280</width>
94           <height>0</height>
95          </size>
96         </property>
97         <property name="whatsThis" >
98          <string>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.</string>
99         </property>
100         <item>
101          <property name="text" >
102           <string>High Quality (LAN, direct connection)</string>
103          </property>
104         </item>
105         <item>
106          <property name="text" >
107           <string>Medium Quality (DSL, Cable, fast Internet)</string>
108          </property>
109         </item>
110         <item>
111          <property name="text" >
112           <string>Low Quality (Modem, ISDN, slow Internet)</string>
113          </property>
114         </item>
115        </widget>
116       </item>
117       <item row="0" column="2" >
118        <spacer>
119         <property name="orientation" >
120          <enum>Qt::Horizontal</enum>
121         </property>
122         <property name="sizeType" >
123          <enum>QSizePolicy::Expanding</enum>
124         </property>
125         <property name="sizeHint" >
126          <size>
127           <width>84</width>
128           <height>16</height>
129          </size>
130         </property>
131        </spacer>
132       </item>
133      </layout>
134     </widget>
135    </item>
136    <item>
137     <widget class="QCheckBox" name="cbShowPrefs" >
138      <property name="whatsThis" >
139       <string>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.</string>
140      </property>
141      <property name="text" >
142       <string>Show this dialog &amp;again for this host</string>
143      </property>
144     </widget>
145    </item>
146   </layout>
147  </widget>
148  <layoutdefault spacing="6" margin="11" />
149  <layoutfunction spacing="KDialog::spacingHint" margin="KDialog::marginHint" />
150  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
151  <resources/>
152  <connections/>
153 </ui>