VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDisplay.ui@ 22143

Last change on this file since 22143 was 22143, checked in by vboxsync, 15 years ago

video 2d accel: Main & ui settings

  • Property svn:eol-style set to native
  • Property svn:keywords set to Date Revision Author Id
File size: 13.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <comment>
4 VBox frontends: Qt4 GUI (&quot;VirtualBox&quot;):
5
6 Copyright (C) 2008-2009 Sun Microsystems, Inc.
7
8 This file is part of VirtualBox Open Source Edition (OSE), as
9 available from http://www.virtualbox.org. This file is free software;
10 you can redistribute it and/or modify it under the terms of the GNU
11 General Public License (GPL) as published by the Free Software
12 Foundation, in version 2 as it comes in the &quot;COPYING&quot; file of the
13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the
14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
15
16 Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
17 Clara, CA 95054 USA or visit http://www.sun.com if you need
18 additional information or have any questions.
19 </comment>
20 <class>VBoxVMSettingsDisplay</class>
21 <widget class="QWidget" name="VBoxVMSettingsDisplay">
22 <property name="geometry">
23 <rect>
24 <x>0</x>
25 <y>0</y>
26 <width>350</width>
27 <height>300</height>
28 </rect>
29 </property>
30 <layout class="QVBoxLayout" name="mLtMain">
31 <item>
32 <widget class="QTabWidget" name="mTwDisplay">
33 <widget class="QWidget" name="mTabVideo">
34 <attribute name="title">
35 <string>&amp;Video</string>
36 </attribute>
37 <layout class="QVBoxLayout" name="mLtVideoPage">
38 <property name="spacing">
39 <number>0</number>
40 </property>
41 <item>
42 <widget class="QWidget" name="mWtVideo" native="true">
43 <property name="sizePolicy">
44 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
45 <horstretch>0</horstretch>
46 <verstretch>0</verstretch>
47 </sizepolicy>
48 </property>
49 <layout class="QGridLayout" name="mLtVideoItems">
50 <property name="margin">
51 <number>0</number>
52 </property>
53 <item row="0" column="0">
54 <widget class="QLabel" name="mLbMemory">
55 <property name="text">
56 <string>Video &amp;Memory:</string>
57 </property>
58 <property name="alignment">
59 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
60 </property>
61 <property name="buddy">
62 <cstring>mLeMemory</cstring>
63 </property>
64 </widget>
65 </item>
66 <item row="0" column="1" rowspan="2">
67 <layout class="QVBoxLayout" name="mLtMemorySlider">
68 <property name="spacing">
69 <number>0</number>
70 </property>
71 <item>
72 <widget class="QIAdvancedSlider" name="mSlMemory">
73 <property name="whatsThis">
74 <string>Controls the amount of video memory provided to the virtual machine.</string>
75 </property>
76 <property name="orientation">
77 <enum>Qt::Horizontal</enum>
78 </property>
79 <property name="tickPosition">
80 <enum>QSlider::TicksBelow</enum>
81 </property>
82 </widget>
83 </item>
84 <item>
85 <layout class="QHBoxLayout" name="mLtMemoryLegend">
86 <item>
87 <widget class="QLabel" name="mLbMemoryMin">
88 <property name="sizePolicy">
89 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
90 <horstretch>0</horstretch>
91 <verstretch>0</verstretch>
92 </sizepolicy>
93 </property>
94 </widget>
95 </item>
96 <item>
97 <spacer name="mSpHor1">
98 <property name="orientation">
99 <enum>Qt::Horizontal</enum>
100 </property>
101 <property name="sizeHint" stdset="0">
102 <size>
103 <width>0</width>
104 <height>0</height>
105 </size>
106 </property>
107 </spacer>
108 </item>
109 <item>
110 <widget class="QLabel" name="mLbMemoryMax">
111 <property name="sizePolicy">
112 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
113 <horstretch>0</horstretch>
114 <verstretch>0</verstretch>
115 </sizepolicy>
116 </property>
117 <property name="alignment">
118 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
119 </property>
120 </widget>
121 </item>
122 </layout>
123 </item>
124 </layout>
125 </item>
126 <item row="0" column="2">
127 <layout class="QHBoxLayout" name="mLtMemorySize">
128 <property name="spacing">
129 <number>4</number>
130 </property>
131 <item>
132 <widget class="QILineEdit" name="mLeMemory">
133 <property name="whatsThis">
134 <string>Controls the amount of video memory provided to the virtual machine.</string>
135 </property>
136 </widget>
137 </item>
138 <item>
139 <widget class="QLabel" name="mLbMemoryUnit">
140 <property name="sizePolicy">
141 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
142 <horstretch>0</horstretch>
143 <verstretch>0</verstretch>
144 </sizepolicy>
145 </property>
146 <property name="text">
147 <string>MB</string>
148 </property>
149 </widget>
150 </item>
151 </layout>
152 </item>
153 <item row="2" column="0">
154 <widget class="QLabel" name="mLbOptions">
155 <property name="text">
156 <string>Extended Features:</string>
157 </property>
158 <property name="alignment">
159 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
160 </property>
161 </widget>
162 </item>
163 <item row="2" column="1" colspan="2">
164 <widget class="QCheckBox" name="mCb3D">
165 <property name="sizePolicy">
166 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
167 <horstretch>0</horstretch>
168 <verstretch>0</verstretch>
169 </sizepolicy>
170 </property>
171 <property name="whatsThis">
172 <string>When checked, the virtual machine will get access to the 3D graphics capabilities available on the host.</string>
173 </property>
174 <property name="text">
175 <string>Enable &amp;3D Acceleration</string>
176 </property>
177 </widget>
178 </item>
179 <item row="3" column="1" colspan="2">
180 <widget class="QCheckBox" name="mCb2DVideo">
181 <property name="sizePolicy">
182 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
183 <horstretch>0</horstretch>
184 <verstretch>0</verstretch>
185 </sizepolicy>
186 </property>
187 <property name="whatsThis">
188 <string>When checked, the virtual machine will get access to the Video Acceleration capabilities available on the host.</string>
189 </property>
190 <property name="text">
191 <string>Enable &amp;2D Video Acceleration</string>
192 </property>
193 </widget>
194 </item>
195 </layout>
196 </widget>
197 </item>
198 <item>
199 <spacer name="mSpVer1">
200 <property name="orientation">
201 <enum>Qt::Vertical</enum>
202 </property>
203 <property name="sizeHint" stdset="0">
204 <size>
205 <width>20</width>
206 <height>0</height>
207 </size>
208 </property>
209 </spacer>
210 </item>
211 </layout>
212 </widget>
213 <widget class="QWidget" name="mTabVRDP">
214 <attribute name="title">
215 <string>&amp;Remote Display</string>
216 </attribute>
217 <layout class="QVBoxLayout" name="mLtVRDPPage">
218 <property name="spacing">
219 <number>0</number>
220 </property>
221 <item>
222 <widget class="QWidget" name="mWtVRDP" native="true">
223 <property name="sizePolicy">
224 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
225 <horstretch>0</horstretch>
226 <verstretch>0</verstretch>
227 </sizepolicy>
228 </property>
229 <layout class="QVBoxLayout" name="mLtVRDPItems">
230 <property name="margin">
231 <number>0</number>
232 </property>
233 <item>
234 <widget class="QCheckBox" name="mCbVRDP">
235 <property name="whatsThis">
236 <string>When checked, the VM will act as a Remote Desktop Protocol (RDP) server, allowing remote clients to connect and operate the VM (when it is running) using a standard RDP client.</string>
237 </property>
238 <property name="text">
239 <string>&amp;Enable Server</string>
240 </property>
241 <property name="checked">
242 <bool>true</bool>
243 </property>
244 </widget>
245 </item>
246 <item>
247 <widget class="QWidget" name="mWtVRDPServer" native="true">
248 <property name="sizePolicy">
249 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
250 <horstretch>0</horstretch>
251 <verstretch>0</verstretch>
252 </sizepolicy>
253 </property>
254 <layout class="QGridLayout" name="mLtVRDPServerItems">
255 <property name="margin">
256 <number>0</number>
257 </property>
258 <item row="1" column="0" rowspan="3">
259 <spacer name="mSpHor2">
260 <property name="orientation">
261 <enum>Qt::Horizontal</enum>
262 </property>
263 <property name="sizeType">
264 <enum>QSizePolicy::Fixed</enum>
265 </property>
266 <property name="sizeHint" stdset="0">
267 <size>
268 <width>20</width>
269 <height>20</height>
270 </size>
271 </property>
272 </spacer>
273 </item>
274 <item row="1" column="1">
275 <widget class="QLabel" name="mLbVRDPPort">
276 <property name="text">
277 <string>Server &amp;Port:</string>
278 </property>
279 <property name="alignment">
280 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
281 </property>
282 <property name="buddy">
283 <cstring>mLeVRDPPort</cstring>
284 </property>
285 </widget>
286 </item>
287 <item row="1" column="2">
288 <widget class="QLineEdit" name="mLeVRDPPort">
289 <property name="whatsThis">
290 <string>Displays the VRDP Server port number. You may specify &lt;tt&gt;0&lt;/tt&gt; (zero) to reset the port to the default value.</string>
291 </property>
292 </widget>
293 </item>
294 <item row="2" column="1">
295 <widget class="QLabel" name="mLbVRDPMethod">
296 <property name="text">
297 <string>Authentication &amp;Method:</string>
298 </property>
299 <property name="alignment">
300 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
301 </property>
302 <property name="buddy">
303 <cstring>mCbVRDPMethod</cstring>
304 </property>
305 </widget>
306 </item>
307 <item row="2" column="2">
308 <widget class="QComboBox" name="mCbVRDPMethod">
309 <property name="sizePolicy">
310 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
311 <horstretch>0</horstretch>
312 <verstretch>0</verstretch>
313 </sizepolicy>
314 </property>
315 <property name="whatsThis">
316 <string>Defines the VRDP authentication method.</string>
317 </property>
318 </widget>
319 </item>
320 <item row="3" column="1">
321 <widget class="QLabel" name="mLbVRDPTimeout">
322 <property name="text">
323 <string>Authentication &amp;Timeout:</string>
324 </property>
325 <property name="alignment">
326 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
327 </property>
328 <property name="buddy">
329 <cstring>mLeVRDPTimeout</cstring>
330 </property>
331 </widget>
332 </item>
333 <item row="3" column="2">
334 <widget class="QLineEdit" name="mLeVRDPTimeout">
335 <property name="whatsThis">
336 <string>Specifies the timeout for guest authentication, in milliseconds.</string>
337 </property>
338 </widget>
339 </item>
340 </layout>
341 </widget>
342 </item>
343 </layout>
344 </widget>
345 </item>
346 <item>
347 <spacer name="mSpVer2">
348 <property name="orientation">
349 <enum>Qt::Vertical</enum>
350 </property>
351 <property name="sizeHint" stdset="0">
352 <size>
353 <width>20</width>
354 <height>0</height>
355 </size>
356 </property>
357 </spacer>
358 </item>
359 </layout>
360 </widget>
361 </widget>
362 </item>
363 </layout>
364 </widget>
365 <customwidgets>
366 <customwidget>
367 <class>QILineEdit</class>
368 <extends>QLineEdit</extends>
369 <header>QILineEdit.h</header>
370 </customwidget>
371 <customwidget>
372 <class>QIAdvancedSlider</class>
373 <extends>QSlider</extends>
374 <header>QIAdvancedSlider.h</header>
375 </customwidget>
376 </customwidgets>
377 <resources/>
378 <connections>
379 <connection>
380 <sender>mCbVRDP</sender>
381 <signal>toggled(bool)</signal>
382 <receiver>mWtVRDPServer</receiver>
383 <slot>setEnabled(bool)</slot>
384 <hints>
385 <hint type="sourcelabel">
386 <x>80</x>
387 <y>20</y>
388 </hint>
389 <hint type="destinationlabel">
390 <x>159</x>
391 <y>88</y>
392 </hint>
393 </hints>
394 </connection>
395 </connections>
396</ui>
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette