VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxNewHDWzd.ui@ 8463

最後變更 在這個檔案從8463是 7467,由 vboxsync 提交於 17 年 前

FE/Qt4: Simplifications.

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 30.8 KB
 
1<ui version="4.0" >
2 <class>VBoxNewHDWzd</class>
3 <widget class="QDialog" name="VBoxNewHDWzd" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>506</width>
9 <height>413</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string>Create New Virtual Disk</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 Create New Virtual Disk 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_harddisk.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>&lt;p>This wizard will help you to create a new virtual hard disk image for your virtual machine.&lt;/p>&lt;p>Use the &lt;b>Next&lt;/b> button to go to the next page of the wizard and the &lt;b>Back&lt;/b> button to return to the previous page.&lt;/p></string>
105 </property>
106 <property name="alignment" >
107 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
108 </property>
109 <property name="wordWrap" >
110 <bool>true</bool>
111 </property>
112 </widget>
113 </item>
114 <item>
115 <spacer>
116 <property name="orientation" >
117 <enum>Qt::Vertical</enum>
118 </property>
119 <property name="sizeHint" >
120 <size>
121 <width>0</width>
122 <height>0</height>
123 </size>
124 </property>
125 </spacer>
126 </item>
127 </layout>
128 </item>
129 </layout>
130 </item>
131 <item>
132 <widget class="Line" name="line12" >
133 <property name="orientation" >
134 <enum>Qt::Horizontal</enum>
135 </property>
136 </widget>
137 </item>
138 <item>
139 <layout class="QHBoxLayout" >
140 <item>
141 <spacer>
142 <property name="orientation" >
143 <enum>Qt::Horizontal</enum>
144 </property>
145 <property name="sizeHint" >
146 <size>
147 <width>0</width>
148 <height>0</height>
149 </size>
150 </property>
151 </spacer>
152 </item>
153 <item>
154 <widget class="QPushButton" name="mBtnBack1" >
155 <property name="enabled" >
156 <bool>false</bool>
157 </property>
158 <property name="text" >
159 <string>&lt; &amp;Back</string>
160 </property>
161 </widget>
162 </item>
163 <item>
164 <widget class="QPushButton" name="mBtnNext1" >
165 <property name="text" >
166 <string>&amp;Next ></string>
167 </property>
168 </widget>
169 </item>
170 <item>
171 <spacer>
172 <property name="orientation" >
173 <enum>Qt::Horizontal</enum>
174 </property>
175 <property name="sizeType" >
176 <enum>QSizePolicy::Fixed</enum>
177 </property>
178 <property name="sizeHint" >
179 <size>
180 <width>5</width>
181 <height>0</height>
182 </size>
183 </property>
184 </spacer>
185 </item>
186 <item>
187 <widget class="QPushButton" name="mBtnCancel1" >
188 <property name="text" >
189 <string>&amp;Cancel</string>
190 </property>
191 </widget>
192 </item>
193 </layout>
194 </item>
195 </layout>
196 </widget>
197 <widget class="QWidget" name="mPageType" >
198 <layout class="QVBoxLayout" >
199 <item>
200 <widget class="QLabel" name="mPageTypeHdr" >
201 <property name="font" >
202 <font>
203 <family>Arial</family>
204 <pointsize>12</pointsize>
205 <weight>75</weight>
206 <bold>true</bold>
207 </font>
208 </property>
209 <property name="text" >
210 <string>Virtual Disk Image Type</string>
211 </property>
212 </widget>
213 </item>
214 <item>
215 <widget class="Line" name="line21" >
216 <property name="orientation" >
217 <enum>Qt::Horizontal</enum>
218 </property>
219 </widget>
220 </item>
221 <item>
222 <layout class="QHBoxLayout" >
223 <property name="spacing" >
224 <number>10</number>
225 </property>
226 <item>
227 <widget class="QLabel" name="mLogoType" >
228 <property name="sizePolicy" >
229 <sizepolicy vsizetype="Minimum" hsizetype="Maximum" >
230 <horstretch>0</horstretch>
231 <verstretch>0</verstretch>
232 </sizepolicy>
233 </property>
234 <property name="autoFillBackground" >
235 <bool>true</bool>
236 </property>
237 <property name="text" >
238 <string/>
239 </property>
240 <property name="pixmap" >
241 <pixmap resource="../VirtualBox.qrc" >:/vmw_new_harddisk.png</pixmap>
242 </property>
243 <property name="alignment" >
244 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
245 </property>
246 </widget>
247 </item>
248 <item>
249 <layout class="QVBoxLayout" >
250 <property name="spacing" >
251 <number>10</number>
252 </property>
253 <item>
254 <widget class="QILabel" name="mTextType" >
255 <property name="sizePolicy" >
256 <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
257 <horstretch>0</horstretch>
258 <verstretch>0</verstretch>
259 </sizepolicy>
260 </property>
261 <property name="minimumSize" >
262 <size>
263 <width>300</width>
264 <height>0</height>
265 </size>
266 </property>
267 <property name="text" >
268 <string>&lt;p>Select the type of virtual hard disk image you want to create.&lt;/p>&lt;p>A &lt;b>dynamically expanding image&lt;/b> initially occupies a very small amount of space on your physical hard disk. It will grow dynamically (up to the size specified) as the Guest OS claims disk space.&lt;/p>&lt;p>A &lt;b>fixed-size image&lt;/b> does not grow. It is stored in a file of approximately the same size as the size of the virtual hard disk. The creation of a fixed-size image may take a long time depending on the image size and the write performance of your harddisk.&lt;/p></string>
269 </property>
270 <property name="alignment" >
271 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
272 </property>
273 <property name="wordWrap" >
274 <bool>true</bool>
275 </property>
276 </widget>
277 </item>
278 <item>
279 <widget class="QGroupBox" name="mGbType" >
280 <property name="sizePolicy" >
281 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
282 <horstretch>0</horstretch>
283 <verstretch>0</verstretch>
284 </sizepolicy>
285 </property>
286 <property name="title" >
287 <string>Image Type</string>
288 </property>
289 <layout class="QVBoxLayout" >
290 <property name="topMargin" >
291 <number>4</number>
292 </property>
293 <item>
294 <widget class="QRadioButton" name="mRbDynamicType" >
295 <property name="sizePolicy" >
296 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
297 <horstretch>0</horstretch>
298 <verstretch>0</verstretch>
299 </sizepolicy>
300 </property>
301 <property name="text" >
302 <string>&amp;Dynamically expanding image</string>
303 </property>
304 <property name="checked" >
305 <bool>true</bool>
306 </property>
307 </widget>
308 </item>
309 <item>
310 <widget class="QRadioButton" name="mRbFixedType" >
311 <property name="sizePolicy" >
312 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
313 <horstretch>0</horstretch>
314 <verstretch>0</verstretch>
315 </sizepolicy>
316 </property>
317 <property name="text" >
318 <string>&amp;Fixed-size image</string>
319 </property>
320 </widget>
321 </item>
322 </layout>
323 </widget>
324 </item>
325 <item>
326 <spacer>
327 <property name="orientation" >
328 <enum>Qt::Vertical</enum>
329 </property>
330 <property name="sizeHint" >
331 <size>
332 <width>0</width>
333 <height>0</height>
334 </size>
335 </property>
336 </spacer>
337 </item>
338 </layout>
339 </item>
340 </layout>
341 </item>
342 <item>
343 <widget class="Line" name="line22" >
344 <property name="orientation" >
345 <enum>Qt::Horizontal</enum>
346 </property>
347 </widget>
348 </item>
349 <item>
350 <layout class="QHBoxLayout" >
351 <item>
352 <spacer>
353 <property name="orientation" >
354 <enum>Qt::Horizontal</enum>
355 </property>
356 <property name="sizeHint" >
357 <size>
358 <width>0</width>
359 <height>0</height>
360 </size>
361 </property>
362 </spacer>
363 </item>
364 <item>
365 <widget class="QPushButton" name="mBtnBack2" >
366 <property name="text" >
367 <string>&lt; &amp;Back</string>
368 </property>
369 </widget>
370 </item>
371 <item>
372 <widget class="QPushButton" name="mBtnNext2" >
373 <property name="text" >
374 <string>&amp;Next ></string>
375 </property>
376 </widget>
377 </item>
378 <item>
379 <spacer>
380 <property name="orientation" >
381 <enum>Qt::Horizontal</enum>
382 </property>
383 <property name="sizeType" >
384 <enum>QSizePolicy::Fixed</enum>
385 </property>
386 <property name="sizeHint" >
387 <size>
388 <width>5</width>
389 <height>0</height>
390 </size>
391 </property>
392 </spacer>
393 </item>
394 <item>
395 <widget class="QPushButton" name="mBtnCancel2" >
396 <property name="text" >
397 <string>&amp;Cancel</string>
398 </property>
399 </widget>
400 </item>
401 </layout>
402 </item>
403 </layout>
404 </widget>
405 <widget class="QWidget" name="mPageNameAndSize" >
406 <layout class="QVBoxLayout" >
407 <item>
408 <widget class="QLabel" name="mPageNameAndSizeHdr" >
409 <property name="font" >
410 <font>
411 <family>Arial</family>
412 <pointsize>12</pointsize>
413 <weight>75</weight>
414 <bold>true</bold>
415 </font>
416 </property>
417 <property name="text" >
418 <string>Virtual Disk Location and Size</string>
419 </property>
420 </widget>
421 </item>
422 <item>
423 <widget class="Line" name="line31" >
424 <property name="orientation" >
425 <enum>Qt::Horizontal</enum>
426 </property>
427 </widget>
428 </item>
429 <item>
430 <layout class="QHBoxLayout" >
431 <property name="spacing" >
432 <number>10</number>
433 </property>
434 <item>
435 <widget class="QLabel" name="mLogoNameAndSize" >
436 <property name="sizePolicy" >
437 <sizepolicy vsizetype="Minimum" hsizetype="Maximum" >
438 <horstretch>0</horstretch>
439 <verstretch>0</verstretch>
440 </sizepolicy>
441 </property>
442 <property name="autoFillBackground" >
443 <bool>true</bool>
444 </property>
445 <property name="text" >
446 <string/>
447 </property>
448 <property name="pixmap" >
449 <pixmap resource="../VirtualBox.qrc" >:/vmw_new_harddisk.png</pixmap>
450 </property>
451 <property name="alignment" >
452 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
453 </property>
454 </widget>
455 </item>
456 <item>
457 <layout class="QVBoxLayout" >
458 <property name="spacing" >
459 <number>10</number>
460 </property>
461 <item>
462 <widget class="QILabel" name="mTextNameComment" >
463 <property name="sizePolicy" >
464 <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
465 <horstretch>0</horstretch>
466 <verstretch>0</verstretch>
467 </sizepolicy>
468 </property>
469 <property name="minimumSize" >
470 <size>
471 <width>300</width>
472 <height>0</height>
473 </size>
474 </property>
475 <property name="text" >
476 <string>&lt;p>Press the &lt;b>Select&lt;/b> button to select the location and name of the file to store the virtual hard disk image or type a file name in the entry field.&lt;/p></string>
477 </property>
478 <property name="alignment" >
479 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
480 </property>
481 <property name="wordWrap" >
482 <bool>true</bool>
483 </property>
484 </widget>
485 </item>
486 <item>
487 <widget class="QGroupBox" name="mGbName" >
488 <property name="sizePolicy" >
489 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
490 <horstretch>0</horstretch>
491 <verstretch>0</verstretch>
492 </sizepolicy>
493 </property>
494 <property name="title" >
495 <string>&amp;Image File Name</string>
496 </property>
497 <layout class="QHBoxLayout" >
498 <property name="topMargin" >
499 <number>4</number>
500 </property>
501 <item>
502 <widget class="QLineEdit" name="mLeName" />
503 </item>
504 <item>
505 <widget class="QToolButton" name="mTbNameSelect" >
506 <property name="text" >
507 <string/>
508 </property>
509 <property name="icon" >
510 <iconset resource="../VirtualBox.qrc" >:/select_file_16px.png</iconset>
511 </property>
512 </widget>
513 </item>
514 </layout>
515 </widget>
516 </item>
517 <item>
518 <widget class="QILabel" name="mTextSizeComment" >
519 <property name="sizePolicy" >
520 <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
521 <horstretch>0</horstretch>
522 <verstretch>0</verstretch>
523 </sizepolicy>
524 </property>
525 <property name="minimumSize" >
526 <size>
527 <width>300</width>
528 <height>0</height>
529 </size>
530 </property>
531 <property name="text" >
532 <string>&lt;p>Select the size of the virtual hard disk image in megabytes. This size will be reported to the Guest OS as the size of the virtual hard disk.&lt;/p></string>
533 </property>
534 <property name="alignment" >
535 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
536 </property>
537 <property name="wordWrap" >
538 <bool>true</bool>
539 </property>
540 </widget>
541 </item>
542 <item>
543 <widget class="QGroupBox" name="mGbSize" >
544 <property name="sizePolicy" >
545 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
546 <horstretch>0</horstretch>
547 <verstretch>0</verstretch>
548 </sizepolicy>
549 </property>
550 <property name="title" >
551 <string>Image &amp;Size</string>
552 </property>
553 <layout class="QGridLayout" >
554 <item row="0" column="0" colspan="3" >
555 <widget class="QSlider" name="mSlSize" >
556 <property name="sizePolicy" >
557 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
558 <horstretch>0</horstretch>
559 <verstretch>0</verstretch>
560 </sizepolicy>
561 </property>
562 <property name="orientation" >
563 <enum>Qt::Horizontal</enum>
564 </property>
565 <property name="tickPosition" >
566 <enum>QSlider::TicksBelow</enum>
567 </property>
568 </widget>
569 </item>
570 <item row="0" column="3" >
571 <widget class="QLineEdit" name="mLeSize" >
572 <property name="sizePolicy" >
573 <sizepolicy vsizetype="Fixed" hsizetype="Maximum" >
574 <horstretch>0</horstretch>
575 <verstretch>0</verstretch>
576 </sizepolicy>
577 </property>
578 </widget>
579 </item>
580 <item row="1" column="0" >
581 <widget class="QLabel" name="mTxSizeMin" >
582 <property name="sizePolicy" >
583 <sizepolicy vsizetype="Preferred" hsizetype="Minimum" >
584 <horstretch>0</horstretch>
585 <verstretch>0</verstretch>
586 </sizepolicy>
587 </property>
588 <property name="text" >
589 <string/>
590 </property>
591 <property name="alignment" >
592 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
593 </property>
594 </widget>
595 </item>
596 <item row="1" column="1" >
597 <spacer>
598 <property name="orientation" >
599 <enum>Qt::Horizontal</enum>
600 </property>
601 <property name="sizeType" >
602 <enum>QSizePolicy::Expanding</enum>
603 </property>
604 <property name="sizeHint" >
605 <size>
606 <width>221</width>
607 <height>20</height>
608 </size>
609 </property>
610 </spacer>
611 </item>
612 <item row="1" column="2" >
613 <widget class="QLabel" name="mTxSizeMax" >
614 <property name="sizePolicy" >
615 <sizepolicy vsizetype="Preferred" hsizetype="Minimum" >
616 <horstretch>0</horstretch>
617 <verstretch>0</verstretch>
618 </sizepolicy>
619 </property>
620 <property name="text" >
621 <string/>
622 </property>
623 <property name="alignment" >
624 <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
625 </property>
626 </widget>
627 </item>
628 </layout>
629 </widget>
630 </item>
631 <item>
632 <spacer>
633 <property name="orientation" >
634 <enum>Qt::Vertical</enum>
635 </property>
636 <property name="sizeHint" >
637 <size>
638 <width>0</width>
639 <height>0</height>
640 </size>
641 </property>
642 </spacer>
643 </item>
644 </layout>
645 </item>
646 </layout>
647 </item>
648 <item>
649 <widget class="Line" name="line32" >
650 <property name="orientation" >
651 <enum>Qt::Horizontal</enum>
652 </property>
653 </widget>
654 </item>
655 <item>
656 <layout class="QHBoxLayout" >
657 <item>
658 <spacer>
659 <property name="orientation" >
660 <enum>Qt::Horizontal</enum>
661 </property>
662 <property name="sizeHint" >
663 <size>
664 <width>0</width>
665 <height>0</height>
666 </size>
667 </property>
668 </spacer>
669 </item>
670 <item>
671 <widget class="QPushButton" name="mBtnBack3" >
672 <property name="text" >
673 <string>&lt; &amp;Back</string>
674 </property>
675 </widget>
676 </item>
677 <item>
678 <widget class="QPushButton" name="mBtnNext3" >
679 <property name="text" >
680 <string>&amp;Next ></string>
681 </property>
682 </widget>
683 </item>
684 <item>
685 <spacer>
686 <property name="orientation" >
687 <enum>Qt::Horizontal</enum>
688 </property>
689 <property name="sizeType" >
690 <enum>QSizePolicy::Fixed</enum>
691 </property>
692 <property name="sizeHint" >
693 <size>
694 <width>5</width>
695 <height>0</height>
696 </size>
697 </property>
698 </spacer>
699 </item>
700 <item>
701 <widget class="QPushButton" name="mBtnCancel3" >
702 <property name="text" >
703 <string>&amp;Cancel</string>
704 </property>
705 </widget>
706 </item>
707 </layout>
708 </item>
709 </layout>
710 </widget>
711 <widget class="QWidget" name="mPageSummary" >
712 <layout class="QVBoxLayout" >
713 <item>
714 <widget class="QLabel" name="mPageSummaryHdr" >
715 <property name="font" >
716 <font>
717 <family>Arial</family>
718 <pointsize>12</pointsize>
719 <weight>75</weight>
720 <bold>true</bold>
721 </font>
722 </property>
723 <property name="text" >
724 <string>Summary</string>
725 </property>
726 </widget>
727 </item>
728 <item>
729 <widget class="Line" name="line41" >
730 <property name="orientation" >
731 <enum>Qt::Horizontal</enum>
732 </property>
733 </widget>
734 </item>
735 <item>
736 <layout class="QHBoxLayout" >
737 <property name="spacing" >
738 <number>10</number>
739 </property>
740 <item>
741 <widget class="QLabel" name="mLogoSummary" >
742 <property name="sizePolicy" >
743 <sizepolicy vsizetype="Minimum" hsizetype="Maximum" >
744 <horstretch>0</horstretch>
745 <verstretch>0</verstretch>
746 </sizepolicy>
747 </property>
748 <property name="autoFillBackground" >
749 <bool>true</bool>
750 </property>
751 <property name="text" >
752 <string/>
753 </property>
754 <property name="pixmap" >
755 <pixmap resource="../VirtualBox.qrc" >:/vmw_new_harddisk.png</pixmap>
756 </property>
757 <property name="alignment" >
758 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
759 </property>
760 </widget>
761 </item>
762 <item>
763 <layout class="QVBoxLayout" >
764 <property name="spacing" >
765 <number>10</number>
766 </property>
767 <item>
768 <widget class="QILabel" name="mTextSummaryHdr" >
769 <property name="sizePolicy" >
770 <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
771 <horstretch>0</horstretch>
772 <verstretch>0</verstretch>
773 </sizepolicy>
774 </property>
775 <property name="minimumSize" >
776 <size>
777 <width>300</width>
778 <height>0</height>
779 </size>
780 </property>
781 <property name="text" >
782 <string>You are going to create a new virtual hard disk image with the following parameters:</string>
783 </property>
784 <property name="alignment" >
785 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
786 </property>
787 <property name="wordWrap" >
788 <bool>true</bool>
789 </property>
790 </widget>
791 </item>
792 <item>
793 <widget class="QITextEdit" name="mTeSummary" >
794 <property name="sizePolicy" >
795 <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
796 <horstretch>0</horstretch>
797 <verstretch>0</verstretch>
798 </sizepolicy>
799 </property>
800 <property name="minimumSize" >
801 <size>
802 <width>300</width>
803 <height>0</height>
804 </size>
805 </property>
806 <property name="frameShape" >
807 <enum>QFrame::NoFrame</enum>
808 </property>
809 <property name="autoFormatting" >
810 <set>QTextEdit::AutoAll</set>
811 </property>
812 <property name="readOnly" >
813 <bool>true</bool>
814 </property>
815 </widget>
816 </item>
817 <item>
818 <widget class="QILabel" name="mTextSummaryFtr" >
819 <property name="sizePolicy" >
820 <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
821 <horstretch>0</horstretch>
822 <verstretch>0</verstretch>
823 </sizepolicy>
824 </property>
825 <property name="minimumSize" >
826 <size>
827 <width>300</width>
828 <height>0</height>
829 </size>
830 </property>
831 <property name="text" >
832 <string>If the above settings are correct, press the &lt;b>Finish&lt;/b> button. Once you press it, a new hard disk image will be created.</string>
833 </property>
834 <property name="alignment" >
835 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
836 </property>
837 <property name="wordWrap" >
838 <bool>true</bool>
839 </property>
840 </widget>
841 </item>
842 <item>
843 <spacer>
844 <property name="orientation" >
845 <enum>Qt::Vertical</enum>
846 </property>
847 <property name="sizeType" >
848 <enum>QSizePolicy::Expanding</enum>
849 </property>
850 <property name="sizeHint" >
851 <size>
852 <width>0</width>
853 <height>0</height>
854 </size>
855 </property>
856 </spacer>
857 </item>
858 </layout>
859 </item>
860 </layout>
861 </item>
862 <item>
863 <widget class="Line" name="line42" >
864 <property name="orientation" >
865 <enum>Qt::Horizontal</enum>
866 </property>
867 </widget>
868 </item>
869 <item>
870 <layout class="QHBoxLayout" >
871 <item>
872 <spacer>
873 <property name="orientation" >
874 <enum>Qt::Horizontal</enum>
875 </property>
876 <property name="sizeHint" >
877 <size>
878 <width>0</width>
879 <height>0</height>
880 </size>
881 </property>
882 </spacer>
883 </item>
884 <item>
885 <widget class="QPushButton" name="mBtnBack4" >
886 <property name="text" >
887 <string>&lt; &amp;Back</string>
888 </property>
889 </widget>
890 </item>
891 <item>
892 <widget class="QPushButton" name="mBtnFinish" >
893 <property name="text" >
894 <string>&amp;Finish</string>
895 </property>
896 </widget>
897 </item>
898 <item>
899 <spacer>
900 <property name="orientation" >
901 <enum>Qt::Horizontal</enum>
902 </property>
903 <property name="sizeType" >
904 <enum>QSizePolicy::Fixed</enum>
905 </property>
906 <property name="sizeHint" >
907 <size>
908 <width>5</width>
909 <height>0</height>
910 </size>
911 </property>
912 </spacer>
913 </item>
914 <item>
915 <widget class="QPushButton" name="mBtnCancel4" >
916 <property name="text" >
917 <string>&amp;Cancel</string>
918 </property>
919 </widget>
920 </item>
921 </layout>
922 </item>
923 </layout>
924 </widget>
925 </widget>
926 </item>
927 </layout>
928 </widget>
929 <customwidgets>
930 <customwidget>
931 <class>QILabel</class>
932 <extends>QLabel</extends>
933 <header>QIAbstractWizard.h</header>
934 </customwidget>
935 <customwidget>
936 <class>QITextEdit</class>
937 <extends>QTextEdit</extends>
938 <header>QIAbstractWizard.h</header>
939 </customwidget>
940 </customwidgets>
941 <tabstops>
942 <tabstop>mBtnNext1</tabstop>
943 <tabstop>mBtnCancel1</tabstop>
944 <tabstop>mBtnBack2</tabstop>
945 <tabstop>mBtnNext2</tabstop>
946 <tabstop>mBtnCancel2</tabstop>
947 <tabstop>mSlSize</tabstop>
948 <tabstop>mLeSize</tabstop>
949 <tabstop>mBtnBack3</tabstop>
950 <tabstop>mBtnNext3</tabstop>
951 <tabstop>mBtnCancel3</tabstop>
952 <tabstop>mBtnBack4</tabstop>
953 <tabstop>mBtnFinish</tabstop>
954 <tabstop>mBtnCancel4</tabstop>
955 </tabstops>
956 <resources>
957 <include location="../VirtualBox.qrc" />
958 </resources>
959 <connections/>
960</ui>
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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