SVN_SILENT
[kdenetwork.git] / krdc / vnc / vncpreferences.ui
blob108bb6c645b7ee533f29ea8fea9c4b8a9d38f56e
1 <ui version="4.0" >
2  <class>VncPreferences</class>
3  <widget class="QWidget" name="VncPreferences" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>429</width>
9     <height>115</height>
10    </rect>
11   </property>
12   <layout class="QVBoxLayout" >
13    <property name="leftMargin" >
14     <number>0</number>
15    </property>
16    <property name="topMargin" >
17     <number>0</number>
18    </property>
19    <property name="rightMargin" >
20     <number>0</number>
21    </property>
22    <property name="bottomMargin" >
23     <number>0</number>
24    </property>
25    <item>
26     <widget class="QGroupBox" name="vncGroupBox" >
27      <property name="title" >
28       <string>Connection</string>
29      </property>
30      <layout class="QGridLayout" >
31       <item row="0" column="0" >
32        <widget class="QLabel" name="connectionLabel" >
33         <property name="text" >
34          <string>Connection type:</string>
35         </property>
36         <property name="buddy" >
37          <cstring>kcfg_Quality</cstring>
38         </property>
39        </widget>
40       </item>
41       <item row="0" column="1" >
42        <widget class="QComboBox" name="kcfg_Quality" >
43         <property name="minimumSize" >
44          <size>
45           <width>280</width>
46           <height>0</height>
47          </size>
48         </property>
49         <property name="whatsThis" >
50          <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>
51         </property>
52         <item>
53          <property name="text" >
54           <string>High Quality (LAN, direct connection)</string>
55          </property>
56         </item>
57         <item>
58          <property name="text" >
59           <string>Medium Quality (DSL, Cable, fast Internet)</string>
60          </property>
61         </item>
62         <item>
63          <property name="text" >
64           <string>Low Quality (Modem, ISDN, slow Internet)</string>
65          </property>
66         </item>
67        </widget>
68       </item>
69       <item row="1" column="0" >
70        <spacer>
71         <property name="orientation" >
72          <enum>Qt::Horizontal</enum>
73         </property>
74         <property name="sizeHint" >
75          <size>
76           <width>161</width>
77           <height>0</height>
78          </size>
79         </property>
80        </spacer>
81       </item>
82      </layout>
83     </widget>
84    </item>
85    <item>
86     <spacer>
87      <property name="orientation" >
88       <enum>Qt::Vertical</enum>
89      </property>
90      <property name="sizeHint" >
91       <size>
92        <width>20</width>
93        <height>0</height>
94       </size>
95      </property>
96     </spacer>
97    </item>
98   </layout>
99  </widget>
100  <resources/>
101  <connections/>
102 </ui>