Greatly improve experience for LDAP (e.g. MS Active Directory) administrators.
[kdenetwork.git] / krdc / rdp / rdppreferences.ui
blob7361e16b2f8329a87e9a2021fc478937599381f7
1 <ui version="4.0" >
2  <class>RdpPreferences</class>
3  <widget class="QWidget" name="RdpPreferences" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>484</width>
9     <height>406</height>
10    </rect>
11   </property>
12   <layout class="QVBoxLayout" name="verticalLayout_2" >
13    <item>
14     <widget class="QGroupBox" name="connectionGroupBox" >
15      <property name="title" >
16       <string>Connection</string>
17      </property>
18      <layout class="QFormLayout" name="formLayout_2" >
19       <item row="0" column="0" >
20        <layout class="QVBoxLayout" >
21         <item>
22          <widget class="QLabel" name="resolutionLabel" >
23           <property name="text" >
24            <string>Desktop &amp;resolution:</string>
25           </property>
26           <property name="buddy" >
27            <cstring>resolutionComboBox</cstring>
28           </property>
29          </widget>
30         </item>
31         <item>
32          <widget class="QLabel" name="resolutionDummyLabel" />
33         </item>
34        </layout>
35       </item>
36       <item row="0" column="1" >
37        <layout class="QVBoxLayout" >
38         <item>
39          <widget class="KComboBox" name="resolutionComboBox" >
40           <property name="minimumSize" >
41            <size>
42             <width>280</width>
43             <height>0</height>
44            </size>
45           </property>
46           <property name="whatsThis" >
47            <string>Here you can specify the resolution of the remote desktop. This resolution determines the size of the desktop that will be presented to you.</string>
48           </property>
49           <property name="currentIndex" >
50            <number>1</number>
51           </property>
52           <item>
53            <property name="text" >
54             <string>Minimal (640x480)</string>
55            </property>
56           </item>
57           <item>
58            <property name="text" >
59             <string>Small (800x600)</string>
60            </property>
61           </item>
62           <item>
63            <property name="text" >
64             <string>Normal (1024x768)</string>
65            </property>
66           </item>
67           <item>
68            <property name="text" >
69             <string>Large (1280x1024)</string>
70            </property>
71           </item>
72           <item>
73            <property name="text" >
74             <string>Very Large (1600x1200)</string>
75            </property>
76           </item>
77           <item>
78            <property name="text" >
79             <string>Current screen resolution</string>
80            </property>
81           </item>
82           <item>
83            <property name="text" >
84             <string>Custom resolution (...)</string>
85            </property>
86           </item>
87          </widget>
88         </item>
89         <item>
90          <layout class="QHBoxLayout" >
91           <item>
92            <widget class="QLabel" name="widthLabel" >
93             <property name="enabled" >
94              <bool>false</bool>
95             </property>
96             <property name="text" >
97              <string>&amp;Width:</string>
98             </property>
99             <property name="alignment" >
100              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
101             </property>
102             <property name="buddy" >
103              <cstring>kcfg_Width</cstring>
104             </property>
105            </widget>
106           </item>
107           <item>
108            <widget class="QSpinBox" name="kcfg_Width" >
109             <property name="enabled" >
110              <bool>false</bool>
111             </property>
112             <property name="whatsThis" >
113              <string>This is the width of the remote desktop. You can only change this value manually if you select Custom as desktop resolution above.</string>
114             </property>
115             <property name="maximum" >
116              <number>9999</number>
117             </property>
118             <property name="value" >
119              <number>800</number>
120             </property>
121            </widget>
122           </item>
123           <item>
124            <widget class="QLabel" name="heightLabel" >
125             <property name="enabled" >
126              <bool>false</bool>
127             </property>
128             <property name="text" >
129              <string>H&amp;eight:</string>
130             </property>
131             <property name="alignment" >
132              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
133             </property>
134             <property name="buddy" >
135              <cstring>kcfg_Height</cstring>
136             </property>
137            </widget>
138           </item>
139           <item>
140            <widget class="QSpinBox" name="kcfg_Height" >
141             <property name="enabled" >
142              <bool>false</bool>
143             </property>
144             <property name="whatsThis" >
145              <string>This is the height of the remote desktop. You can only change this value manually if you select Custom as desktop resolution above.</string>
146             </property>
147             <property name="maximum" >
148              <number>9999</number>
149             </property>
150             <property name="value" >
151              <number>600</number>
152             </property>
153            </widget>
154           </item>
155          </layout>
156         </item>
157        </layout>
158       </item>
159       <item row="1" column="0" >
160        <widget class="QLabel" name="colorDepthLabel" >
161         <property name="text" >
162          <string>Color &amp;depth:</string>
163         </property>
164         <property name="buddy" >
165          <cstring>kcfg_ColorDepth</cstring>
166         </property>
167        </widget>
168       </item>
169       <item row="1" column="1" >
170        <widget class="KComboBox" name="kcfg_ColorDepth" >
171         <property name="minimumSize" >
172          <size>
173           <width>280</width>
174           <height>0</height>
175          </size>
176         </property>
177         <item>
178          <property name="text" >
179           <string>Low Color (8 Bit)</string>
180          </property>
181         </item>
182         <item>
183          <property name="text" >
184           <string>High Color (16 Bit)</string>
185          </property>
186         </item>
187         <item>
188          <property name="text" >
189           <string>True Color (24 Bit)</string>
190          </property>
191         </item>
192        </widget>
193       </item>
194       <item row="2" column="0" >
195        <widget class="QLabel" name="layoutLabel" >
196         <property name="text" >
197          <string>&amp;Keyboard layout:</string>
198         </property>
199         <property name="buddy" >
200          <cstring>kcfg_KeyboardLayout</cstring>
201         </property>
202        </widget>
203       </item>
204       <item row="2" column="1" >
205        <widget class="KComboBox" name="kcfg_KeyboardLayout" >
206         <property name="minimumSize" >
207          <size>
208           <width>280</width>
209           <height>0</height>
210          </size>
211         </property>
212         <property name="whatsThis" >
213          <string>Use this to specify your keyboard layout. This layout setting is used to send the correct keyboard codes to the server.</string>
214         </property>
215         <property name="currentIndex" >
216          <number>7</number>
217         </property>
218         <item>
219          <property name="text" >
220           <string>Arabic (ar)</string>
221          </property>
222         </item>
223         <item>
224          <property name="text" >
225           <string>Czech (cs)</string>
226          </property>
227         </item>
228         <item>
229          <property name="text" >
230           <string>Danish (da)</string>
231          </property>
232         </item>
233         <item>
234          <property name="text" >
235           <string>German (de)</string>
236          </property>
237         </item>
238         <item>
239          <property name="text" >
240           <string>Swiss German (de-ch)</string>
241          </property>
242         </item>
243         <item>
244          <property name="text" >
245           <string>American Dvorak (en-dv)</string>
246          </property>
247         </item>
248         <item>
249          <property name="text" >
250           <string>British English (en-gb)</string>
251          </property>
252         </item>
253         <item>
254          <property name="text" >
255           <string>US English (en-us)</string>
256          </property>
257         </item>
258         <item>
259          <property name="text" >
260           <string>Spanish (es)</string>
261          </property>
262         </item>
263         <item>
264          <property name="text" >
265           <string>Estonian (et)</string>
266          </property>
267         </item>
268         <item>
269          <property name="text" >
270           <string>Finnish (fi)</string>
271          </property>
272         </item>
273         <item>
274          <property name="text" >
275           <string>Faroese (fo)</string>
276          </property>
277         </item>
278         <item>
279          <property name="text" >
280           <string>French (fr)</string>
281          </property>
282         </item>
283         <item>
284          <property name="text" >
285           <string>Belgian (fr-be)</string>
286          </property>
287         </item>
288         <item>
289          <property name="text" >
290           <string>French Canadian (fr-ca)</string>
291          </property>
292         </item>
293         <item>
294          <property name="text" >
295           <string>Swiss French (fr-ch)</string>
296          </property>
297         </item>
298         <item>
299          <property name="text" >
300           <string>Hebrew (he)</string>
301          </property>
302         </item>
303         <item>
304          <property name="text" >
305           <string>Croatian (hr)</string>
306          </property>
307         </item>
308         <item>
309          <property name="text" >
310           <string>Hungarian (hu)</string>
311          </property>
312         </item>
313         <item>
314          <property name="text" >
315           <string>Icelandic (is)</string>
316          </property>
317         </item>
318         <item>
319          <property name="text" >
320           <string>Italian (it)</string>
321          </property>
322         </item>
323         <item>
324          <property name="text" >
325           <string>Japanese (ja)</string>
326          </property>
327         </item>
328         <item>
329          <property name="text" >
330           <string>Korean (ko)</string>
331          </property>
332         </item>
333         <item>
334          <property name="text" >
335           <string>Lithuanian (lt)</string>
336          </property>
337         </item>
338         <item>
339          <property name="text" >
340           <string>Latvian (lv)</string>
341          </property>
342         </item>
343         <item>
344          <property name="text" >
345           <string>Macedonian (mk)</string>
346          </property>
347         </item>
348         <item>
349          <property name="text" >
350           <string>Dutch (nl)</string>
351          </property>
352         </item>
353         <item>
354          <property name="text" >
355           <string>Belgian Dutch (nl-be)</string>
356          </property>
357         </item>
358         <item>
359          <property name="text" >
360           <string>Norwegian (no)</string>
361          </property>
362         </item>
363         <item>
364          <property name="text" >
365           <string>Polish (pl)</string>
366          </property>
367         </item>
368         <item>
369          <property name="text" >
370           <string>Portuguese (pt)</string>
371          </property>
372         </item>
373         <item>
374          <property name="text" >
375           <string>Brazilian (pt-br)</string>
376          </property>
377         </item>
378         <item>
379          <property name="text" >
380           <string>Russian (ru)</string>
381          </property>
382         </item>
383         <item>
384          <property name="text" >
385           <string>Slovenian (sl)</string>
386          </property>
387         </item>
388         <item>
389          <property name="text" >
390           <string>Swedish (sv)</string>
391          </property>
392         </item>
393         <item>
394          <property name="text" >
395           <string>Thai (th)</string>
396          </property>
397         </item>
398         <item>
399          <property name="text" >
400           <string>Turkish (tr)</string>
401          </property>
402         </item>
403        </widget>
404       </item>
405       <item row="3" column="0" >
406        <widget class="QLabel" name="soudLabel" >
407         <property name="text" >
408          <string comment="label for soundsettings in preferences dialog" >Sound:</string>
409         </property>
410         <property name="buddy" >
411          <cstring>kcfg_Sound</cstring>
412         </property>
413        </widget>
414       </item>
415       <item row="3" column="1" >
416        <widget class="KComboBox" name="kcfg_Sound" >
417         <item>
418          <property name="text" >
419           <string>On this computer</string>
420          </property>
421         </item>
422         <item>
423          <property name="text" >
424           <string>On remote computer</string>
425          </property>
426         </item>
427         <item>
428          <property name="text" >
429           <string>Disable sound</string>
430          </property>
431         </item>
432        </widget>
433       </item>
434      </layout>
435     </widget>
436    </item>
437    <item>
438     <widget class="QGroupBox" name="expertGroupBox" >
439      <property name="title" >
440       <string>Expert Options</string>
441      </property>
442      <layout class="QFormLayout" name="formLayout" >
443       <item row="0" column="0" >
444        <widget class="QLabel" name="extraOptionsLabel" >
445         <property name="minimumSize" >
446          <size>
447           <width>116</width>
448           <height>0</height>
449          </size>
450         </property>
451         <property name="text" >
452          <string>Extra options:</string>
453         </property>
454         <property name="buddy" >
455          <cstring>kcfg_ExtraOptions</cstring>
456         </property>
457        </widget>
458       </item>
459       <item row="0" column="1" >
460        <widget class="KLineEdit" name="kcfg_ExtraOptions" >
461         <property name="minimumSize" >
462          <size>
463           <width>280</width>
464           <height>0</height>
465          </size>
466         </property>
467         <property name="whatsThis" >
468          <string>Here you can enter additional rdesktop options.</string>
469         </property>
470         <property name="showClearButton" stdset="0" >
471          <bool>true</bool>
472         </property>
473        </widget>
474       </item>
475      </layout>
476     </widget>
477    </item>
478    <item>
479     <widget class="QGroupBox" name="loginGroupBox" >
480      <property name="title" >
481       <string>Login</string>
482      </property>
483      <layout class="QVBoxLayout" name="verticalLayout" >
484       <item>
485        <layout class="QFormLayout" name="formLayout_3" >
486         <item row="0" column="0" >
487          <widget class="QLabel" name="defaultUserLabel" >
488           <property name="text" >
489            <string>Default user name:</string>
490           </property>
491          </widget>
492         </item>
493         <item row="0" column="1" >
494          <widget class="KLineEdit" name="kcfg_DefaultRdpUserName" >
495           <property name="clickMessage" >
496            <string>No default user name</string>
497           </property>
498           <property name="showClearButton" stdset="0" >
499            <bool>true</bool>
500           </property>
501          </widget>
502         </item>
503        </layout>
504       </item>
505       <item>
506        <widget class="QCheckBox" name="kcfg_RecognizeLdapLogins" >
507         <property name="text" >
508          <string>Automatically recognize "LDAP"-Logins and share passwords</string>
509         </property>
510        </widget>
511       </item>
512      </layout>
513     </widget>
514    </item>
515    <item>
516     <spacer>
517      <property name="orientation" >
518       <enum>Qt::Vertical</enum>
519      </property>
520      <property name="sizeHint" stdset="0" >
521       <size>
522        <width>428</width>
523        <height>16</height>
524       </size>
525      </property>
526     </spacer>
527    </item>
528   </layout>
529  </widget>
530  <customwidgets>
531   <customwidget>
532    <class>KComboBox</class>
533    <extends>QComboBox</extends>
534    <header>kcombobox.h</header>
535   </customwidget>
536   <customwidget>
537    <class>KLineEdit</class>
538    <extends>QLineEdit</extends>
539    <header>klineedit.h</header>
540   </customwidget>
541  </customwidgets>
542  <tabstops>
543   <tabstop>resolutionComboBox</tabstop>
544   <tabstop>kcfg_Width</tabstop>
545   <tabstop>kcfg_Height</tabstop>
546   <tabstop>kcfg_ColorDepth</tabstop>
547   <tabstop>kcfg_KeyboardLayout</tabstop>
548  </tabstops>
549  <resources/>
550  <connections/>
551 </ui>