1 | <ui version="4.0" >
|
---|
2 | <class>VBoxNewVMWzd</class>
|
---|
3 | <widget class="QDialog" name="VBoxNewVMWzd" >
|
---|
4 | <property name="geometry" >
|
---|
5 | <rect>
|
---|
6 | <x>0</x>
|
---|
7 | <y>0</y>
|
---|
8 | <width>516</width>
|
---|
9 | <height>417</height>
|
---|
10 | </rect>
|
---|
11 | </property>
|
---|
12 | <property name="windowTitle" >
|
---|
13 | <string>Create New Virtual Machine</string>
|
---|
14 | </property>
|
---|
15 | <layout class="QVBoxLayout" >
|
---|
16 | <property name="leftMargin" >
|
---|
17 | <number>0</number>
|
---|
18 | </property>
|
---|
19 | <property name="topMargin" >
|
---|
20 | <number>0</number>
|
---|
21 | </property>
|
---|
22 | <property name="rightMargin" >
|
---|
23 | <number>0</number>
|
---|
24 | </property>
|
---|
25 | <property name="bottomMargin" >
|
---|
26 | <number>0</number>
|
---|
27 | </property>
|
---|
28 | <item>
|
---|
29 | <widget class="QStackedWidget" name="mPageStack" >
|
---|
30 | <property name="currentIndex" >
|
---|
31 | <number>0</number>
|
---|
32 | </property>
|
---|
33 | <widget class="QWidget" name="mPageWelcome" >
|
---|
34 | <layout class="QVBoxLayout" >
|
---|
35 | <item>
|
---|
36 | <widget class="QLabel" name="mPageWelcomeHdr" >
|
---|
37 | <property name="font" >
|
---|
38 | <font>
|
---|
39 | <family>Arial</family>
|
---|
40 | <pointsize>12</pointsize>
|
---|
41 | <weight>75</weight>
|
---|
42 | <bold>true</bold>
|
---|
43 | </font>
|
---|
44 | </property>
|
---|
45 | <property name="text" >
|
---|
46 | <string>Welcome to the New Virtual Machine Wizard!</string>
|
---|
47 | </property>
|
---|
48 | </widget>
|
---|
49 | </item>
|
---|
50 | <item>
|
---|
51 | <widget class="Line" name="line11" >
|
---|
52 | <property name="orientation" >
|
---|
53 | <enum>Qt::Horizontal</enum>
|
---|
54 | </property>
|
---|
55 | </widget>
|
---|
56 | </item>
|
---|
57 | <item>
|
---|
58 | <layout class="QHBoxLayout" >
|
---|
59 | <property name="spacing" >
|
---|
60 | <number>10</number>
|
---|
61 | </property>
|
---|
62 | <item>
|
---|
63 | <widget class="QLabel" name="mLogoWelcome" >
|
---|
64 | <property name="sizePolicy" >
|
---|
65 | <sizepolicy vsizetype="Minimum" hsizetype="Maximum" >
|
---|
66 | <horstretch>0</horstretch>
|
---|
67 | <verstretch>0</verstretch>
|
---|
68 | </sizepolicy>
|
---|
69 | </property>
|
---|
70 | <property name="autoFillBackground" >
|
---|
71 | <bool>true</bool>
|
---|
72 | </property>
|
---|
73 | <property name="text" >
|
---|
74 | <string/>
|
---|
75 | </property>
|
---|
76 | <property name="pixmap" >
|
---|
77 | <pixmap resource="../VirtualBox.qrc" >:/vmw_new_welcome.png</pixmap>
|
---|
78 | </property>
|
---|
79 | <property name="alignment" >
|
---|
80 | <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
---|
81 | </property>
|
---|
82 | </widget>
|
---|
83 | </item>
|
---|
84 | <item>
|
---|
85 | <layout class="QVBoxLayout" >
|
---|
86 | <property name="spacing" >
|
---|
87 | <number>10</number>
|
---|
88 | </property>
|
---|
89 | <item>
|
---|
90 | <widget class="QILabel" name="mTextWelcome" >
|
---|
91 | <property name="sizePolicy" >
|
---|
92 | <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
|
---|
93 | <horstretch>0</horstretch>
|
---|
94 | <verstretch>0</verstretch>
|
---|
95 | </sizepolicy>
|
---|
96 | </property>
|
---|
97 | <property name="minimumSize" >
|
---|
98 | <size>
|
---|
99 | <width>300</width>
|
---|
100 | <height>0</height>
|
---|
101 | </size>
|
---|
102 | </property>
|
---|
103 | <property name="text" >
|
---|
104 | <string><p>This wizard will guide you through the steps that are necessary to create a new virtual machine for VirtualBox.</p><p>Use the <b>Next</b> button to go the next page of the wizard and the <b>Back</b> button to return to the previous page.</p></string>
|
---|
105 | </property>
|
---|
106 | <property name="wordWrap" >
|
---|
107 | <bool>true</bool>
|
---|
108 | </property>
|
---|
109 | </widget>
|
---|
110 | </item>
|
---|
111 | <item>
|
---|
112 | <spacer>
|
---|
113 | <property name="orientation" >
|
---|
114 | <enum>Qt::Vertical</enum>
|
---|
115 | </property>
|
---|
116 | <property name="sizeHint" >
|
---|
117 | <size>
|
---|
118 | <width>0</width>
|
---|
119 | <height>0</height>
|
---|
120 | </size>
|
---|
121 | </property>
|
---|
122 | </spacer>
|
---|
123 | </item>
|
---|
124 | </layout>
|
---|
125 | </item>
|
---|
126 | </layout>
|
---|
127 | </item>
|
---|
128 | <item>
|
---|
129 | <widget class="Line" name="line12" >
|
---|
130 | <property name="orientation" >
|
---|
131 | <enum>Qt::Horizontal</enum>
|
---|
132 | </property>
|
---|
133 | </widget>
|
---|
134 | </item>
|
---|
135 | <item>
|
---|
136 | <layout class="QHBoxLayout" >
|
---|
137 | <item>
|
---|
138 | <spacer>
|
---|
139 | <property name="orientation" >
|
---|
140 | <enum>Qt::Horizontal</enum>
|
---|
141 | </property>
|
---|
142 | <property name="sizeHint" >
|
---|
143 | <size>
|
---|
144 | <width>0</width>
|
---|
145 | <height>0</height>
|
---|
146 | </size>
|
---|
147 | </property>
|
---|
148 | </spacer>
|
---|
149 | </item>
|
---|
150 | <item>
|
---|
151 | <widget class="QPushButton" name="mBtnBack1" >
|
---|
152 | <property name="enabled" >
|
---|
153 | <bool>false</bool>
|
---|
154 | </property>
|
---|
155 | <property name="text" >
|
---|
156 | <string>< &Back</string>
|
---|
157 | </property>
|
---|
158 | </widget>
|
---|
159 | </item>
|
---|
160 | <item>
|
---|
161 | <widget class="QPushButton" name="mBtnNext1" >
|
---|
162 | <property name="text" >
|
---|
163 | <string>&Next ></string>
|
---|
164 | </property>
|
---|
165 | </widget>
|
---|
166 | </item>
|
---|
167 | <item>
|
---|
168 | <spacer>
|
---|
169 | <property name="orientation" >
|
---|
170 | <enum>Qt::Horizontal</enum>
|
---|
171 | </property>
|
---|
172 | <property name="sizeType" >
|
---|
173 | <enum>QSizePolicy::Fixed</enum>
|
---|
174 | </property>
|
---|
175 | <property name="sizeHint" >
|
---|
176 | <size>
|
---|
177 | <width>5</width>
|
---|
178 | <height>0</height>
|
---|
179 | </size>
|
---|
180 | </property>
|
---|
181 | </spacer>
|
---|
182 | </item>
|
---|
183 | <item>
|
---|
184 | <widget class="QPushButton" name="mBtnCancel1" >
|
---|
185 | <property name="text" >
|
---|
186 | <string>&Cancel</string>
|
---|
187 | </property>
|
---|
188 | </widget>
|
---|
189 | </item>
|
---|
190 | </layout>
|
---|
191 | </item>
|
---|
192 | </layout>
|
---|
193 | </widget>
|
---|
194 | <widget class="QWidget" name="mPageNameAndOS" >
|
---|
195 | <layout class="QVBoxLayout" >
|
---|
196 | <item>
|
---|
197 | <widget class="QLabel" name="mPageNameAndOSHdr" >
|
---|
198 | <property name="font" >
|
---|
199 | <font>
|
---|
200 | <family>Arial</family>
|
---|
201 | <pointsize>12</pointsize>
|
---|
202 | <weight>75</weight>
|
---|
203 | <bold>true</bold>
|
---|
204 | </font>
|
---|
205 | </property>
|
---|
206 | <property name="text" >
|
---|
207 | <string>VM Name and OS Type</string>
|
---|
208 | </property>
|
---|
209 | </widget>
|
---|
210 | </item>
|
---|
211 | <item>
|
---|
212 | <widget class="Line" name="line21" >
|
---|
213 | <property name="orientation" >
|
---|
214 | <enum>Qt::Horizontal</enum>
|
---|
215 | </property>
|
---|
216 | </widget>
|
---|
217 | </item>
|
---|
218 | <item>
|
---|
219 | <layout class="QHBoxLayout" >
|
---|
220 | <property name="spacing" >
|
---|
221 | <number>10</number>
|
---|
222 | </property>
|
---|
223 | <item>
|
---|
224 | <widget class="QLabel" name="mLogoNameAndOS" >
|
---|
225 | <property name="sizePolicy" >
|
---|
226 | <sizepolicy vsizetype="Minimum" hsizetype="Maximum" >
|
---|
227 | <horstretch>0</horstretch>
|
---|
228 | <verstretch>0</verstretch>
|
---|
229 | </sizepolicy>
|
---|
230 | </property>
|
---|
231 | <property name="autoFillBackground" >
|
---|
232 | <bool>true</bool>
|
---|
233 | </property>
|
---|
234 | <property name="text" >
|
---|
235 | <string/>
|
---|
236 | </property>
|
---|
237 | <property name="pixmap" >
|
---|
238 | <pixmap resource="../VirtualBox.qrc" >:/vmw_new_welcome.png</pixmap>
|
---|
239 | </property>
|
---|
240 | <property name="alignment" >
|
---|
241 | <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
---|
242 | </property>
|
---|
243 | </widget>
|
---|
244 | </item>
|
---|
245 | <item>
|
---|
246 | <layout class="QVBoxLayout" >
|
---|
247 | <property name="spacing" >
|
---|
248 | <number>10</number>
|
---|
249 | </property>
|
---|
250 | <item>
|
---|
251 | <widget class="QILabel" name="mTextNameAndOS" >
|
---|
252 | <property name="sizePolicy" >
|
---|
253 | <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
|
---|
254 | <horstretch>0</horstretch>
|
---|
255 | <verstretch>0</verstretch>
|
---|
256 | </sizepolicy>
|
---|
257 | </property>
|
---|
258 | <property name="minimumSize" >
|
---|
259 | <size>
|
---|
260 | <width>300</width>
|
---|
261 | <height>0</height>
|
---|
262 | </size>
|
---|
263 | </property>
|
---|
264 | <property name="text" >
|
---|
265 | <string><p>Enter a name for the new virtual machine and select the type of the guest operating system you plan to install onto the virtual machine.</p><p>The name of the virtual machine usually indicates its software and hardware configuration. It will be used by all VirtualBox components to identify your virtual machine.</p></string>
|
---|
266 | </property>
|
---|
267 | <property name="wordWrap" >
|
---|
268 | <bool>true</bool>
|
---|
269 | </property>
|
---|
270 | </widget>
|
---|
271 | </item>
|
---|
272 | <item>
|
---|
273 | <widget class="QGroupBox" name="gbName" >
|
---|
274 | <property name="sizePolicy" >
|
---|
275 | <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
|
---|
276 | <horstretch>0</horstretch>
|
---|
277 | <verstretch>0</verstretch>
|
---|
278 | </sizepolicy>
|
---|
279 | </property>
|
---|
280 | <property name="title" >
|
---|
281 | <string>N&ame</string>
|
---|
282 | </property>
|
---|
283 | <layout class="QHBoxLayout" >
|
---|
284 | <property name="spacing" >
|
---|
285 | <number>0</number>
|
---|
286 | </property>
|
---|
287 | <property name="leftMargin" >
|
---|
288 | <number>9</number>
|
---|
289 | </property>
|
---|
290 | <property name="topMargin" >
|
---|
291 | <number>4</number>
|
---|
292 | </property>
|
---|
293 | <property name="rightMargin" >
|
---|
294 | <number>9</number>
|
---|
295 | </property>
|
---|
296 | <property name="bottomMargin" >
|
---|
297 | <number>9</number>
|
---|
298 | </property>
|
---|
299 | <item>
|
---|
300 | <widget class="QLineEdit" name="mLeName" />
|
---|
301 | </item>
|
---|
302 | </layout>
|
---|
303 | </widget>
|
---|
304 | </item>
|
---|
305 | <item>
|
---|
306 | <widget class="QGroupBox" name="gbOSType" >
|
---|
307 | <property name="sizePolicy" >
|
---|
308 | <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
|
---|
309 | <horstretch>0</horstretch>
|
---|
310 | <verstretch>0</verstretch>
|
---|
311 | </sizepolicy>
|
---|
312 | </property>
|
---|
313 | <property name="title" >
|
---|
314 | <string>OS &Type</string>
|
---|
315 | </property>
|
---|
316 | <layout class="QHBoxLayout" >
|
---|
317 | <property name="topMargin" >
|
---|
318 | <number>4</number>
|
---|
319 | </property>
|
---|
320 | <item>
|
---|
321 | <layout class="QVBoxLayout" >
|
---|
322 | <property name="spacing" >
|
---|
323 | <number>0</number>
|
---|
324 | </property>
|
---|
325 | <item>
|
---|
326 | <widget class="QComboBox" name="mCbOS" >
|
---|
327 | <property name="sizePolicy" >
|
---|
328 | <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
|
---|
329 | <horstretch>0</horstretch>
|
---|
330 | <verstretch>0</verstretch>
|
---|
331 | </sizepolicy>
|
---|
332 | </property>
|
---|
333 | </widget>
|
---|
334 | </item>
|
---|
335 | <item>
|
---|
336 | <spacer>
|
---|
337 | <property name="orientation" >
|
---|
338 | <enum>Qt::Vertical</enum>
|
---|
339 | </property>
|
---|
340 | <property name="sizeType" >
|
---|
341 | <enum>QSizePolicy::Expanding</enum>
|
---|
342 | </property>
|
---|
343 | <property name="sizeHint" >
|
---|
344 | <size>
|
---|
345 | <width>0</width>
|
---|
346 | <height>0</height>
|
---|
347 | </size>
|
---|
348 | </property>
|
---|
349 | </spacer>
|
---|
350 | </item>
|
---|
351 | </layout>
|
---|
352 | </item>
|
---|
353 | <item>
|
---|
354 | <spacer>
|
---|
355 | <property name="orientation" >
|
---|
356 | <enum>Qt::Horizontal</enum>
|
---|
357 | </property>
|
---|
358 | <property name="sizeHint" >
|
---|
359 | <size>
|
---|
360 | <width>0</width>
|
---|
361 | <height>0</height>
|
---|
362 | </size>
|
---|
363 | </property>
|
---|
364 | </spacer>
|
---|
365 | </item>
|
---|
366 | <item>
|
---|
367 | <widget class="QLabel" name="mPmOS" >
|
---|
368 | <property name="text" >
|
---|
369 | <string/>
|
---|
370 | </property>
|
---|
371 | <property name="alignment" >
|
---|
372 | <set>Qt::AlignHCenter|Qt::AlignTop</set>
|
---|
373 | </property>
|
---|
374 | </widget>
|
---|
375 | </item>
|
---|
376 | </layout>
|
---|
377 | </widget>
|
---|
378 | </item>
|
---|
379 | <item>
|
---|
380 | <spacer>
|
---|
381 | <property name="orientation" >
|
---|
382 | <enum>Qt::Vertical</enum>
|
---|
383 | </property>
|
---|
384 | <property name="sizeHint" >
|
---|
385 | <size>
|
---|
386 | <width>0</width>
|
---|
387 | <height>0</height>
|
---|
388 | </size>
|
---|
389 | </property>
|
---|
390 | </spacer>
|
---|
391 | </item>
|
---|
392 | </layout>
|
---|
393 | </item>
|
---|
394 | </layout>
|
---|
395 | </item>
|
---|
396 | <item>
|
---|
397 | <widget class="Line" name="line22" >
|
---|
398 | <property name="orientation" >
|
---|
399 | <enum>Qt::Horizontal</enum>
|
---|
400 | </property>
|
---|
401 | </widget>
|
---|
402 | </item>
|
---|
403 | <item>
|
---|
404 | <layout class="QHBoxLayout" >
|
---|
405 | <item>
|
---|
406 | <spacer>
|
---|
407 | <property name="orientation" >
|
---|
408 | <enum>Qt::Horizontal</enum>
|
---|
409 | </property>
|
---|
410 | <property name="sizeHint" >
|
---|
411 | <size>
|
---|
412 | <width>0</width>
|
---|
413 | <height>0</height>
|
---|
414 | </size>
|
---|
415 | </property>
|
---|
416 | </spacer>
|
---|
417 | </item>
|
---|
418 | <item>
|
---|
419 | <widget class="QPushButton" name="mBtnBack2" >
|
---|
420 | <property name="text" >
|
---|
421 | <string>< &Back</string>
|
---|
422 | </property>
|
---|
423 | </widget>
|
---|
424 | </item>
|
---|
425 | <item>
|
---|
426 | <widget class="QPushButton" name="mBtnNext2" >
|
---|
427 | <property name="text" >
|
---|
428 | <string>&Next ></string>
|
---|
429 | </property>
|
---|
430 | </widget>
|
---|
431 | </item>
|
---|
432 | <item>
|
---|
433 | <spacer>
|
---|
434 | <property name="orientation" >
|
---|
435 | <enum>Qt::Horizontal</enum>
|
---|
436 | </property>
|
---|
437 | <property name="sizeType" >
|
---|
438 | <enum>QSizePolicy::Fixed</enum>
|
---|
439 | </property>
|
---|
440 | <property name="sizeHint" >
|
---|
441 | <size>
|
---|
442 | <width>5</width>
|
---|
443 | <height>0</height>
|
---|
444 | </size>
|
---|
445 | </property>
|
---|
446 | </spacer>
|
---|
447 | </item>
|
---|
448 | <item>
|
---|
449 | <widget class="QPushButton" name="mBtnCancel2" >
|
---|
450 | <property name="text" >
|
---|
451 | <string>&Cancel</string>
|
---|
452 | </property>
|
---|
453 | </widget>
|
---|
454 | </item>
|
---|
455 | </layout>
|
---|
456 | </item>
|
---|
457 | </layout>
|
---|
458 | </widget>
|
---|
459 | <widget class="QWidget" name="mPageMemory" >
|
---|
460 | <layout class="QVBoxLayout" >
|
---|
461 | <item>
|
---|
462 | <widget class="QLabel" name="mPageMemoryHdr" >
|
---|
463 | <property name="font" >
|
---|
464 | <font>
|
---|
465 | <family>Arial</family>
|
---|
466 | <pointsize>12</pointsize>
|
---|
467 | <weight>75</weight>
|
---|
468 | <bold>true</bold>
|
---|
469 | </font>
|
---|
470 | </property>
|
---|
471 | <property name="text" >
|
---|
472 | <string>Memory</string>
|
---|
473 | </property>
|
---|
474 | </widget>
|
---|
475 | </item>
|
---|
476 | <item>
|
---|
477 | <widget class="Line" name="line31" >
|
---|
478 | <property name="orientation" >
|
---|
479 | <enum>Qt::Horizontal</enum>
|
---|
480 | </property>
|
---|
481 | </widget>
|
---|
482 | </item>
|
---|
483 | <item>
|
---|
484 | <layout class="QHBoxLayout" >
|
---|
485 | <property name="spacing" >
|
---|
486 | <number>10</number>
|
---|
487 | </property>
|
---|
488 | <item>
|
---|
489 | <widget class="QLabel" name="mLogoMemory" >
|
---|
490 | <property name="sizePolicy" >
|
---|
491 | <sizepolicy vsizetype="Minimum" hsizetype="Maximum" >
|
---|
492 | <horstretch>0</horstretch>
|
---|
493 | <verstretch>0</verstretch>
|
---|
494 | </sizepolicy>
|
---|
495 | </property>
|
---|
496 | <property name="autoFillBackground" >
|
---|
497 | <bool>true</bool>
|
---|
498 | </property>
|
---|
499 | <property name="text" >
|
---|
500 | <string/>
|
---|
501 | </property>
|
---|
502 | <property name="pixmap" >
|
---|
503 | <pixmap resource="../VirtualBox.qrc" >:/vmw_new_welcome.png</pixmap>
|
---|
504 | </property>
|
---|
505 | <property name="alignment" >
|
---|
506 | <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
---|
507 | </property>
|
---|
508 | </widget>
|
---|
509 | </item>
|
---|
510 | <item>
|
---|
511 | <layout class="QVBoxLayout" >
|
---|
512 | <property name="spacing" >
|
---|
513 | <number>10</number>
|
---|
514 | </property>
|
---|
515 | <item>
|
---|
516 | <widget class="QILabel" name="mTextMemory" >
|
---|
517 | <property name="sizePolicy" >
|
---|
518 | <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
|
---|
519 | <horstretch>0</horstretch>
|
---|
520 | <verstretch>0</verstretch>
|
---|
521 | </sizepolicy>
|
---|
522 | </property>
|
---|
523 | <property name="minimumSize" >
|
---|
524 | <size>
|
---|
525 | <width>300</width>
|
---|
526 | <height>0</height>
|
---|
527 | </size>
|
---|
528 | </property>
|
---|
529 | <property name="text" >
|
---|
530 | <string><p>Select the amount of base memory (RAM) in megabytes to be allocated to the virtual machine.</p></string>
|
---|
531 | </property>
|
---|
532 | <property name="wordWrap" >
|
---|
533 | <bool>true</bool>
|
---|
534 | </property>
|
---|
535 | </widget>
|
---|
536 | </item>
|
---|
537 | <item>
|
---|
538 | <widget class="QILabel" name="mTextRAMBest" >
|
---|
539 | <property name="sizePolicy" >
|
---|
540 | <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
|
---|
541 | <horstretch>0</horstretch>
|
---|
542 | <verstretch>0</verstretch>
|
---|
543 | </sizepolicy>
|
---|
544 | </property>
|
---|
545 | <property name="minimumSize" >
|
---|
546 | <size>
|
---|
547 | <width>300</width>
|
---|
548 | <height>0</height>
|
---|
549 | </size>
|
---|
550 | </property>
|
---|
551 | <property name="text" >
|
---|
552 | <string/>
|
---|
553 | </property>
|
---|
554 | <property name="wordWrap" >
|
---|
555 | <bool>true</bool>
|
---|
556 | </property>
|
---|
557 | </widget>
|
---|
558 | </item>
|
---|
559 | <item>
|
---|
560 | <widget class="QGroupBox" name="gbMemory" >
|
---|
561 | <property name="sizePolicy" >
|
---|
562 | <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
|
---|
563 | <horstretch>0</horstretch>
|
---|
564 | <verstretch>0</verstretch>
|
---|
565 | </sizepolicy>
|
---|
566 | </property>
|
---|
567 | <property name="title" >
|
---|
568 | <string>Base &Memory Size</string>
|
---|
569 | </property>
|
---|
570 | <layout class="QGridLayout" >
|
---|
571 | <property name="topMargin" >
|
---|
572 | <number>4</number>
|
---|
573 | </property>
|
---|
574 | <item row="0" column="0" colspan="3" >
|
---|
575 | <widget class="QSlider" name="mSlRAM" >
|
---|
576 | <property name="sizePolicy" >
|
---|
577 | <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
|
---|
578 | <horstretch>0</horstretch>
|
---|
579 | <verstretch>0</verstretch>
|
---|
580 | </sizepolicy>
|
---|
581 | </property>
|
---|
582 | <property name="minimumSize" >
|
---|
583 | <size>
|
---|
584 | <width>0</width>
|
---|
585 | <height>0</height>
|
---|
586 | </size>
|
---|
587 | </property>
|
---|
588 | <property name="orientation" >
|
---|
589 | <enum>Qt::Horizontal</enum>
|
---|
590 | </property>
|
---|
591 | <property name="tickPosition" >
|
---|
592 | <enum>QSlider::TicksBelow</enum>
|
---|
593 | </property>
|
---|
594 | </widget>
|
---|
595 | </item>
|
---|
596 | <item row="0" column="3" >
|
---|
597 | <widget class="QLineEdit" name="mLeRAM" >
|
---|
598 | <property name="sizePolicy" >
|
---|
599 | <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
|
---|
600 | <horstretch>0</horstretch>
|
---|
601 | <verstretch>0</verstretch>
|
---|
602 | </sizepolicy>
|
---|
603 | </property>
|
---|
604 | </widget>
|
---|
605 | </item>
|
---|
606 | <item row="0" column="4" >
|
---|
607 | <widget class="QLabel" name="txRAM" >
|
---|
608 | <property name="sizePolicy" >
|
---|
609 | <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
|
---|
610 | <horstretch>0</horstretch>
|
---|
611 | <verstretch>0</verstretch>
|
---|
612 | </sizepolicy>
|
---|
613 | </property>
|
---|
614 | <property name="text" >
|
---|
615 | <string>MB</string>
|
---|
616 | </property>
|
---|
617 | </widget>
|
---|
618 | </item>
|
---|
619 | <item row="1" column="0" >
|
---|
620 | <widget class="QLabel" name="mTxRAMMin" >
|
---|
621 | <property name="sizePolicy" >
|
---|
622 | <sizepolicy vsizetype="Preferred" hsizetype="Minimum" >
|
---|
623 | <horstretch>0</horstretch>
|
---|
624 | <verstretch>0</verstretch>
|
---|
625 | </sizepolicy>
|
---|
626 | </property>
|
---|
627 | <property name="text" >
|
---|
628 | <string/>
|
---|
629 | </property>
|
---|
630 | <property name="alignment" >
|
---|
631 | <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
---|
632 | </property>
|
---|
633 | </widget>
|
---|
634 | </item>
|
---|
635 | <item row="1" column="2" >
|
---|
636 | <widget class="QLabel" name="mTxRAMMax" >
|
---|
637 | <property name="sizePolicy" >
|
---|
638 | <sizepolicy vsizetype="Preferred" hsizetype="Minimum" >
|
---|
639 | <horstretch>0</horstretch>
|
---|
640 | <verstretch>0</verstretch>
|
---|
641 | </sizepolicy>
|
---|
642 | </property>
|
---|
643 | <property name="text" >
|
---|
644 | <string/>
|
---|
645 | </property>
|
---|
646 | <property name="alignment" >
|
---|
647 | <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
|
---|
648 | </property>
|
---|
649 | </widget>
|
---|
650 | </item>
|
---|
651 | <item row="1" column="1" >
|
---|
652 | <spacer>
|
---|
653 | <property name="orientation" >
|
---|
654 | <enum>Qt::Horizontal</enum>
|
---|
655 | </property>
|
---|
656 | <property name="sizeHint" >
|
---|
657 | <size>
|
---|
658 | <width>40</width>
|
---|
659 | <height>5</height>
|
---|
660 | </size>
|
---|
661 | </property>
|
---|
662 | </spacer>
|
---|
663 | </item>
|
---|
664 | </layout>
|
---|
665 | </widget>
|
---|
666 | </item>
|
---|
667 | <item>
|
---|
668 | <spacer>
|
---|
669 | <property name="orientation" >
|
---|
670 | <enum>Qt::Vertical</enum>
|
---|
671 | </property>
|
---|
672 | <property name="sizeHint" >
|
---|
673 | <size>
|
---|
674 | <width>0</width>
|
---|
675 | <height>0</height>
|
---|
676 | </size>
|
---|
677 | </property>
|
---|
678 | </spacer>
|
---|
679 | </item>
|
---|
680 | </layout>
|
---|
681 | </item>
|
---|
682 | </layout>
|
---|
683 | </item>
|
---|
684 | <item>
|
---|
685 | <widget class="Line" name="line32" >
|
---|
686 | <property name="orientation" >
|
---|
687 | <enum>Qt::Horizontal</enum>
|
---|
688 | </property>
|
---|
689 | </widget>
|
---|
690 | </item>
|
---|
691 | <item>
|
---|
692 | <layout class="QHBoxLayout" >
|
---|
693 | <item>
|
---|
694 | <spacer>
|
---|
695 | <property name="orientation" >
|
---|
696 | <enum>Qt::Horizontal</enum>
|
---|
697 | </property>
|
---|
698 | <property name="sizeHint" >
|
---|
699 | <size>
|
---|
700 | <width>0</width>
|
---|
701 | <height>0</height>
|
---|
702 | </size>
|
---|
703 | </property>
|
---|
704 | </spacer>
|
---|
705 | </item>
|
---|
706 | <item>
|
---|
707 | <widget class="QPushButton" name="mBtnBack3" >
|
---|
708 | <property name="text" >
|
---|
709 | <string>< &Back</string>
|
---|
710 | </property>
|
---|
711 | </widget>
|
---|
712 | </item>
|
---|
713 | <item>
|
---|
714 | <widget class="QPushButton" name="mBtnNext3" >
|
---|
715 | <property name="text" >
|
---|
716 | <string>&Next ></string>
|
---|
717 | </property>
|
---|
718 | </widget>
|
---|
719 | </item>
|
---|
720 | <item>
|
---|
721 | <spacer>
|
---|
722 | <property name="orientation" >
|
---|
723 | <enum>Qt::Horizontal</enum>
|
---|
724 | </property>
|
---|
725 | <property name="sizeType" >
|
---|
726 | <enum>QSizePolicy::Fixed</enum>
|
---|
727 | </property>
|
---|
728 | <property name="sizeHint" >
|
---|
729 | <size>
|
---|
730 | <width>5</width>
|
---|
731 | <height>0</height>
|
---|
732 | </size>
|
---|
733 | </property>
|
---|
734 | </spacer>
|
---|
735 | </item>
|
---|
736 | <item>
|
---|
737 | <widget class="QPushButton" name="mBtnCancel3" >
|
---|
738 | <property name="text" >
|
---|
739 | <string>&Cancel</string>
|
---|
740 | </property>
|
---|
741 | </widget>
|
---|
742 | </item>
|
---|
743 | </layout>
|
---|
744 | </item>
|
---|
745 | </layout>
|
---|
746 | </widget>
|
---|
747 | <widget class="QWidget" name="mPageHDD" >
|
---|
748 | <layout class="QVBoxLayout" >
|
---|
749 | <item>
|
---|
750 | <widget class="QLabel" name="mPageHDDHdr" >
|
---|
751 | <property name="font" >
|
---|
752 | <font>
|
---|
753 | <family>Arial</family>
|
---|
754 | <pointsize>12</pointsize>
|
---|
755 | <weight>75</weight>
|
---|
756 | <bold>true</bold>
|
---|
757 | </font>
|
---|
758 | </property>
|
---|
759 | <property name="text" >
|
---|
760 | <string>Virtual Hard Disk</string>
|
---|
761 | </property>
|
---|
762 | </widget>
|
---|
763 | </item>
|
---|
764 | <item>
|
---|
765 | <widget class="Line" name="line41" >
|
---|
766 | <property name="orientation" >
|
---|
767 | <enum>Qt::Horizontal</enum>
|
---|
768 | </property>
|
---|
769 | </widget>
|
---|
770 | </item>
|
---|
771 | <item>
|
---|
772 | <layout class="QHBoxLayout" >
|
---|
773 | <property name="spacing" >
|
---|
774 | <number>10</number>
|
---|
775 | </property>
|
---|
776 | <item>
|
---|
777 | <widget class="QLabel" name="mLogoHDD" >
|
---|
778 | <property name="sizePolicy" >
|
---|
779 | <sizepolicy vsizetype="Minimum" hsizetype="Maximum" >
|
---|
780 | <horstretch>0</horstretch>
|
---|
781 | <verstretch>0</verstretch>
|
---|
782 | </sizepolicy>
|
---|
783 | </property>
|
---|
784 | <property name="autoFillBackground" >
|
---|
785 | <bool>true</bool>
|
---|
786 | </property>
|
---|
787 | <property name="text" >
|
---|
788 | <string/>
|
---|
789 | </property>
|
---|
790 | <property name="pixmap" >
|
---|
791 | <pixmap resource="../VirtualBox.qrc" >:/vmw_new_welcome.png</pixmap>
|
---|
792 | </property>
|
---|
793 | <property name="alignment" >
|
---|
794 | <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
---|
795 | </property>
|
---|
796 | </widget>
|
---|
797 | </item>
|
---|
798 | <item>
|
---|
799 | <layout class="QVBoxLayout" >
|
---|
800 | <property name="spacing" >
|
---|
801 | <number>10</number>
|
---|
802 | </property>
|
---|
803 | <item>
|
---|
804 | <widget class="QILabel" name="mTextVDI" >
|
---|
805 | <property name="sizePolicy" >
|
---|
806 | <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
|
---|
807 | <horstretch>0</horstretch>
|
---|
808 | <verstretch>0</verstretch>
|
---|
809 | </sizepolicy>
|
---|
810 | </property>
|
---|
811 | <property name="minimumSize" >
|
---|
812 | <size>
|
---|
813 | <width>300</width>
|
---|
814 | <height>0</height>
|
---|
815 | </size>
|
---|
816 | </property>
|
---|
817 | <property name="text" >
|
---|
818 | <string><p>Select a hard disk image to be used as the boot hard disk of the virtual machine. You can either create a new hard disk using the <b>New</b> button or select an existing hard disk image from the drop-down list or by pressing the <b>Existing</b> button (to invoke the Virtual Disk Manager dialog).</p><p>If you need a more complicated hard disk setup, you can also skip this step and attach hard disks later using the VM Settings dialog.</p></string>
|
---|
819 | </property>
|
---|
820 | <property name="wordWrap" >
|
---|
821 | <bool>true</bool>
|
---|
822 | </property>
|
---|
823 | </widget>
|
---|
824 | </item>
|
---|
825 | <item>
|
---|
826 | <widget class="QILabel" name="mTextVDIBest" >
|
---|
827 | <property name="sizePolicy" >
|
---|
828 | <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
|
---|
829 | <horstretch>0</horstretch>
|
---|
830 | <verstretch>0</verstretch>
|
---|
831 | </sizepolicy>
|
---|
832 | </property>
|
---|
833 | <property name="minimumSize" >
|
---|
834 | <size>
|
---|
835 | <width>300</width>
|
---|
836 | <height>0</height>
|
---|
837 | </size>
|
---|
838 | </property>
|
---|
839 | <property name="text" >
|
---|
840 | <string/>
|
---|
841 | </property>
|
---|
842 | <property name="wordWrap" >
|
---|
843 | <bool>true</bool>
|
---|
844 | </property>
|
---|
845 | </widget>
|
---|
846 | </item>
|
---|
847 | <item>
|
---|
848 | <widget class="QGroupBox" name="grbHDA" >
|
---|
849 | <property name="sizePolicy" >
|
---|
850 | <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
|
---|
851 | <horstretch>0</horstretch>
|
---|
852 | <verstretch>0</verstretch>
|
---|
853 | </sizepolicy>
|
---|
854 | </property>
|
---|
855 | <property name="title" >
|
---|
856 | <string>B&oot Hard Disk (Primary Master)</string>
|
---|
857 | </property>
|
---|
858 | <layout class="QGridLayout" >
|
---|
859 | <property name="topMargin" >
|
---|
860 | <number>4</number>
|
---|
861 | </property>
|
---|
862 | <item row="1" column="0" >
|
---|
863 | <widget class="QPushButton" name="mPbNewHD" >
|
---|
864 | <property name="text" >
|
---|
865 | <string>N&ew...</string>
|
---|
866 | </property>
|
---|
867 | </widget>
|
---|
868 | </item>
|
---|
869 | <item row="1" column="1" >
|
---|
870 | <widget class="QPushButton" name="mPbExistingHD" >
|
---|
871 | <property name="text" >
|
---|
872 | <string>E&xisting...</string>
|
---|
873 | </property>
|
---|
874 | </widget>
|
---|
875 | </item>
|
---|
876 | <item row="1" column="2" >
|
---|
877 | <spacer>
|
---|
878 | <property name="orientation" >
|
---|
879 | <enum>Qt::Horizontal</enum>
|
---|
880 | </property>
|
---|
881 | <property name="sizeHint" >
|
---|
882 | <size>
|
---|
883 | <width>0</width>
|
---|
884 | <height>0</height>
|
---|
885 | </size>
|
---|
886 | </property>
|
---|
887 | </spacer>
|
---|
888 | </item>
|
---|
889 | <item row="0" column="0" colspan="3" >
|
---|
890 | <widget class="VBoxMediaComboBox" name="mMediaCombo" >
|
---|
891 | <property name="sizePolicy" >
|
---|
892 | <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
|
---|
893 | <horstretch>0</horstretch>
|
---|
894 | <verstretch>0</verstretch>
|
---|
895 | </sizepolicy>
|
---|
896 | </property>
|
---|
897 | </widget>
|
---|
898 | </item>
|
---|
899 | </layout>
|
---|
900 | </widget>
|
---|
901 | </item>
|
---|
902 | <item>
|
---|
903 | <spacer>
|
---|
904 | <property name="orientation" >
|
---|
905 | <enum>Qt::Vertical</enum>
|
---|
906 | </property>
|
---|
907 | <property name="sizeHint" >
|
---|
908 | <size>
|
---|
909 | <width>0</width>
|
---|
910 | <height>0</height>
|
---|
911 | </size>
|
---|
912 | </property>
|
---|
913 | </spacer>
|
---|
914 | </item>
|
---|
915 | </layout>
|
---|
916 | </item>
|
---|
917 | </layout>
|
---|
918 | </item>
|
---|
919 | <item>
|
---|
920 | <widget class="Line" name="line42" >
|
---|
921 | <property name="orientation" >
|
---|
922 | <enum>Qt::Horizontal</enum>
|
---|
923 | </property>
|
---|
924 | </widget>
|
---|
925 | </item>
|
---|
926 | <item>
|
---|
927 | <layout class="QHBoxLayout" >
|
---|
928 | <item>
|
---|
929 | <spacer>
|
---|
930 | <property name="orientation" >
|
---|
931 | <enum>Qt::Horizontal</enum>
|
---|
932 | </property>
|
---|
933 | <property name="sizeHint" >
|
---|
934 | <size>
|
---|
935 | <width>0</width>
|
---|
936 | <height>0</height>
|
---|
937 | </size>
|
---|
938 | </property>
|
---|
939 | </spacer>
|
---|
940 | </item>
|
---|
941 | <item>
|
---|
942 | <widget class="QPushButton" name="mBtnBack4" >
|
---|
943 | <property name="text" >
|
---|
944 | <string>< &Back</string>
|
---|
945 | </property>
|
---|
946 | </widget>
|
---|
947 | </item>
|
---|
948 | <item>
|
---|
949 | <widget class="QPushButton" name="mBtnNext4" >
|
---|
950 | <property name="text" >
|
---|
951 | <string>&Next ></string>
|
---|
952 | </property>
|
---|
953 | </widget>
|
---|
954 | </item>
|
---|
955 | <item>
|
---|
956 | <spacer>
|
---|
957 | <property name="orientation" >
|
---|
958 | <enum>Qt::Horizontal</enum>
|
---|
959 | </property>
|
---|
960 | <property name="sizeType" >
|
---|
961 | <enum>QSizePolicy::Fixed</enum>
|
---|
962 | </property>
|
---|
963 | <property name="sizeHint" >
|
---|
964 | <size>
|
---|
965 | <width>5</width>
|
---|
966 | <height>0</height>
|
---|
967 | </size>
|
---|
968 | </property>
|
---|
969 | </spacer>
|
---|
970 | </item>
|
---|
971 | <item>
|
---|
972 | <widget class="QPushButton" name="mBtnCancel4" >
|
---|
973 | <property name="text" >
|
---|
974 | <string>&Cancel</string>
|
---|
975 | </property>
|
---|
976 | </widget>
|
---|
977 | </item>
|
---|
978 | </layout>
|
---|
979 | </item>
|
---|
980 | </layout>
|
---|
981 | </widget>
|
---|
982 | <widget class="QWidget" name="mPageSummary" >
|
---|
983 | <layout class="QVBoxLayout" >
|
---|
984 | <item>
|
---|
985 | <widget class="QLabel" name="mPageSummaryHdr" >
|
---|
986 | <property name="font" >
|
---|
987 | <font>
|
---|
988 | <family>Arial</family>
|
---|
989 | <pointsize>12</pointsize>
|
---|
990 | <weight>75</weight>
|
---|
991 | <bold>true</bold>
|
---|
992 | </font>
|
---|
993 | </property>
|
---|
994 | <property name="text" >
|
---|
995 | <string>Summary</string>
|
---|
996 | </property>
|
---|
997 | </widget>
|
---|
998 | </item>
|
---|
999 | <item>
|
---|
1000 | <widget class="Line" name="line51" >
|
---|
1001 | <property name="orientation" >
|
---|
1002 | <enum>Qt::Horizontal</enum>
|
---|
1003 | </property>
|
---|
1004 | </widget>
|
---|
1005 | </item>
|
---|
1006 | <item>
|
---|
1007 | <layout class="QHBoxLayout" >
|
---|
1008 | <property name="spacing" >
|
---|
1009 | <number>10</number>
|
---|
1010 | </property>
|
---|
1011 | <item>
|
---|
1012 | <widget class="QLabel" name="mLogoSummary" >
|
---|
1013 | <property name="sizePolicy" >
|
---|
1014 | <sizepolicy vsizetype="Minimum" hsizetype="Maximum" >
|
---|
1015 | <horstretch>0</horstretch>
|
---|
1016 | <verstretch>0</verstretch>
|
---|
1017 | </sizepolicy>
|
---|
1018 | </property>
|
---|
1019 | <property name="autoFillBackground" >
|
---|
1020 | <bool>true</bool>
|
---|
1021 | </property>
|
---|
1022 | <property name="text" >
|
---|
1023 | <string/>
|
---|
1024 | </property>
|
---|
1025 | <property name="pixmap" >
|
---|
1026 | <pixmap resource="../VirtualBox.qrc" >:/vmw_new_welcome.png</pixmap>
|
---|
1027 | </property>
|
---|
1028 | <property name="alignment" >
|
---|
1029 | <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
---|
1030 | </property>
|
---|
1031 | </widget>
|
---|
1032 | </item>
|
---|
1033 | <item>
|
---|
1034 | <layout class="QVBoxLayout" >
|
---|
1035 | <property name="spacing" >
|
---|
1036 | <number>10</number>
|
---|
1037 | </property>
|
---|
1038 | <item>
|
---|
1039 | <widget class="QILabel" name="mTextSummaryHdr" >
|
---|
1040 | <property name="sizePolicy" >
|
---|
1041 | <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
|
---|
1042 | <horstretch>0</horstretch>
|
---|
1043 | <verstretch>0</verstretch>
|
---|
1044 | </sizepolicy>
|
---|
1045 | </property>
|
---|
1046 | <property name="minimumSize" >
|
---|
1047 | <size>
|
---|
1048 | <width>300</width>
|
---|
1049 | <height>0</height>
|
---|
1050 | </size>
|
---|
1051 | </property>
|
---|
1052 | <property name="text" >
|
---|
1053 | <string><p>You are going to create a new virtual machine with the following parameters:</p></string>
|
---|
1054 | </property>
|
---|
1055 | <property name="wordWrap" >
|
---|
1056 | <bool>true</bool>
|
---|
1057 | </property>
|
---|
1058 | </widget>
|
---|
1059 | </item>
|
---|
1060 | <item>
|
---|
1061 | <widget class="QITextEdit" name="mTeSummary" >
|
---|
1062 | <property name="sizePolicy" >
|
---|
1063 | <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
|
---|
1064 | <horstretch>0</horstretch>
|
---|
1065 | <verstretch>0</verstretch>
|
---|
1066 | </sizepolicy>
|
---|
1067 | </property>
|
---|
1068 | <property name="minimumSize" >
|
---|
1069 | <size>
|
---|
1070 | <width>300</width>
|
---|
1071 | <height>0</height>
|
---|
1072 | </size>
|
---|
1073 | </property>
|
---|
1074 | <property name="frameShape" >
|
---|
1075 | <enum>QFrame::NoFrame</enum>
|
---|
1076 | </property>
|
---|
1077 | <property name="autoFormatting" >
|
---|
1078 | <set>QTextEdit::AutoAll</set>
|
---|
1079 | </property>
|
---|
1080 | <property name="readOnly" >
|
---|
1081 | <bool>true</bool>
|
---|
1082 | </property>
|
---|
1083 | </widget>
|
---|
1084 | </item>
|
---|
1085 | <item>
|
---|
1086 | <widget class="QILabel" name="mTextSummaryFtr" >
|
---|
1087 | <property name="sizePolicy" >
|
---|
1088 | <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
|
---|
1089 | <horstretch>0</horstretch>
|
---|
1090 | <verstretch>0</verstretch>
|
---|
1091 | </sizepolicy>
|
---|
1092 | </property>
|
---|
1093 | <property name="minimumSize" >
|
---|
1094 | <size>
|
---|
1095 | <width>300</width>
|
---|
1096 | <height>0</height>
|
---|
1097 | </size>
|
---|
1098 | </property>
|
---|
1099 | <property name="text" >
|
---|
1100 | <string><p>If the above is correct press the <b>Finish</b> button. Once you press it, a new virtual machine will be created. </p><p>Note that you can alter these and all other setting of the created virtual machine at any time using the <b>Settings</b> dialog accessible through the menu of the main window.</p></string>
|
---|
1101 | </property>
|
---|
1102 | <property name="wordWrap" >
|
---|
1103 | <bool>true</bool>
|
---|
1104 | </property>
|
---|
1105 | </widget>
|
---|
1106 | </item>
|
---|
1107 | <item>
|
---|
1108 | <spacer>
|
---|
1109 | <property name="orientation" >
|
---|
1110 | <enum>Qt::Vertical</enum>
|
---|
1111 | </property>
|
---|
1112 | <property name="sizeType" >
|
---|
1113 | <enum>QSizePolicy::Expanding</enum>
|
---|
1114 | </property>
|
---|
1115 | <property name="sizeHint" >
|
---|
1116 | <size>
|
---|
1117 | <width>0</width>
|
---|
1118 | <height>0</height>
|
---|
1119 | </size>
|
---|
1120 | </property>
|
---|
1121 | </spacer>
|
---|
1122 | </item>
|
---|
1123 | </layout>
|
---|
1124 | </item>
|
---|
1125 | </layout>
|
---|
1126 | </item>
|
---|
1127 | <item>
|
---|
1128 | <widget class="Line" name="line52" >
|
---|
1129 | <property name="orientation" >
|
---|
1130 | <enum>Qt::Horizontal</enum>
|
---|
1131 | </property>
|
---|
1132 | </widget>
|
---|
1133 | </item>
|
---|
1134 | <item>
|
---|
1135 | <layout class="QHBoxLayout" >
|
---|
1136 | <item>
|
---|
1137 | <spacer>
|
---|
1138 | <property name="orientation" >
|
---|
1139 | <enum>Qt::Horizontal</enum>
|
---|
1140 | </property>
|
---|
1141 | <property name="sizeHint" >
|
---|
1142 | <size>
|
---|
1143 | <width>0</width>
|
---|
1144 | <height>0</height>
|
---|
1145 | </size>
|
---|
1146 | </property>
|
---|
1147 | </spacer>
|
---|
1148 | </item>
|
---|
1149 | <item>
|
---|
1150 | <widget class="QPushButton" name="mBtnBack5" >
|
---|
1151 | <property name="text" >
|
---|
1152 | <string>< &Back</string>
|
---|
1153 | </property>
|
---|
1154 | </widget>
|
---|
1155 | </item>
|
---|
1156 | <item>
|
---|
1157 | <widget class="QPushButton" name="mBtnFinish" >
|
---|
1158 | <property name="text" >
|
---|
1159 | <string>&Finish</string>
|
---|
1160 | </property>
|
---|
1161 | </widget>
|
---|
1162 | </item>
|
---|
1163 | <item>
|
---|
1164 | <spacer>
|
---|
1165 | <property name="orientation" >
|
---|
1166 | <enum>Qt::Horizontal</enum>
|
---|
1167 | </property>
|
---|
1168 | <property name="sizeType" >
|
---|
1169 | <enum>QSizePolicy::Fixed</enum>
|
---|
1170 | </property>
|
---|
1171 | <property name="sizeHint" >
|
---|
1172 | <size>
|
---|
1173 | <width>5</width>
|
---|
1174 | <height>0</height>
|
---|
1175 | </size>
|
---|
1176 | </property>
|
---|
1177 | </spacer>
|
---|
1178 | </item>
|
---|
1179 | <item>
|
---|
1180 | <widget class="QPushButton" name="mBtnCancel5" >
|
---|
1181 | <property name="text" >
|
---|
1182 | <string>&Cancel</string>
|
---|
1183 | </property>
|
---|
1184 | </widget>
|
---|
1185 | </item>
|
---|
1186 | </layout>
|
---|
1187 | </item>
|
---|
1188 | </layout>
|
---|
1189 | </widget>
|
---|
1190 | </widget>
|
---|
1191 | </item>
|
---|
1192 | </layout>
|
---|
1193 | </widget>
|
---|
1194 | <customwidgets>
|
---|
1195 | <customwidget>
|
---|
1196 | <class>QILabel</class>
|
---|
1197 | <extends>QLabel</extends>
|
---|
1198 | <header>QIAbstractWizard.h</header>
|
---|
1199 | </customwidget>
|
---|
1200 | <customwidget>
|
---|
1201 | <class>VBoxMediaComboBox</class>
|
---|
1202 | <extends>QComboBox</extends>
|
---|
1203 | <header>VBoxMediaComboBox.h</header>
|
---|
1204 | </customwidget>
|
---|
1205 | <customwidget>
|
---|
1206 | <class>QITextEdit</class>
|
---|
1207 | <extends>QTextEdit</extends>
|
---|
1208 | <header>QIAbstractWizard.h</header>
|
---|
1209 | </customwidget>
|
---|
1210 | </customwidgets>
|
---|
1211 | <tabstops>
|
---|
1212 | <tabstop>mBtnNext1</tabstop>
|
---|
1213 | <tabstop>mBtnCancel1</tabstop>
|
---|
1214 | <tabstop>mLeName</tabstop>
|
---|
1215 | <tabstop>mCbOS</tabstop>
|
---|
1216 | <tabstop>mBtnBack2</tabstop>
|
---|
1217 | <tabstop>mBtnNext2</tabstop>
|
---|
1218 | <tabstop>mBtnCancel2</tabstop>
|
---|
1219 | <tabstop>mSlRAM</tabstop>
|
---|
1220 | <tabstop>mLeRAM</tabstop>
|
---|
1221 | <tabstop>mBtnBack3</tabstop>
|
---|
1222 | <tabstop>mBtnNext3</tabstop>
|
---|
1223 | <tabstop>mBtnCancel3</tabstop>
|
---|
1224 | <tabstop>mMediaCombo</tabstop>
|
---|
1225 | <tabstop>mPbNewHD</tabstop>
|
---|
1226 | <tabstop>mPbExistingHD</tabstop>
|
---|
1227 | <tabstop>mBtnBack4</tabstop>
|
---|
1228 | <tabstop>mBtnNext4</tabstop>
|
---|
1229 | <tabstop>mBtnCancel4</tabstop>
|
---|
1230 | <tabstop>mBtnBack5</tabstop>
|
---|
1231 | <tabstop>mBtnFinish</tabstop>
|
---|
1232 | <tabstop>mBtnCancel5</tabstop>
|
---|
1233 | </tabstops>
|
---|
1234 | <resources>
|
---|
1235 | <include location="../VirtualBox.qrc" />
|
---|
1236 | </resources>
|
---|
1237 | <connections/>
|
---|
1238 | </ui>
|
---|