VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsDlg.ui@ 9525

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

Fe/Qt4: Network VMSettings (linux part) ported into qt4. Win part to go (when the win-qt4-build tools will be ready).

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 18.1 KB
 
1<ui version="4.0" >
2 <class>VBoxVMSettingsDlg</class>
3 <widget class="QDialog" name="VBoxVMSettingsDlg" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>686</width>
9 <height>610</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string>Dialog</string>
14 </property>
15 <property name="windowIcon" >
16 <iconset resource="../VirtualBox.qrc" >:/settings_16px.png</iconset>
17 </property>
18 <layout class="QGridLayout" >
19 <property name="horizontalSpacing" >
20 <number>9</number>
21 </property>
22 <property name="verticalSpacing" >
23 <number>9</number>
24 </property>
25 <item rowspan="3" row="0" column="0" >
26 <widget class="QTreeWidget" name="mTwSelector" >
27 <property name="sizePolicy" >
28 <sizepolicy vsizetype="Expanding" hsizetype="Minimum" >
29 <horstretch>0</horstretch>
30 <verstretch>0</verstretch>
31 </sizepolicy>
32 </property>
33 <property name="verticalScrollBarPolicy" >
34 <enum>Qt::ScrollBarAlwaysOff</enum>
35 </property>
36 <property name="horizontalScrollBarPolicy" >
37 <enum>Qt::ScrollBarAlwaysOff</enum>
38 </property>
39 <property name="rootIsDecorated" >
40 <bool>false</bool>
41 </property>
42 <property name="uniformRowHeights" >
43 <bool>true</bool>
44 </property>
45 <column>
46 <property name="text" >
47 <string>Category</string>
48 </property>
49 </column>
50 <column>
51 <property name="text" >
52 <string>[id]</string>
53 </property>
54 </column>
55 <column>
56 <property name="text" >
57 <string>[link]</string>
58 </property>
59 </column>
60 <item>
61 <property name="text" >
62 <string> General </string>
63 </property>
64 <property name="icon" >
65 <iconset resource="../VirtualBox.qrc" >:/machine_16px.png</iconset>
66 </property>
67 <property name="text" >
68 <string>00</string>
69 </property>
70 <property name="text" >
71 <string>#general</string>
72 </property>
73 </item>
74 <item>
75 <property name="text" >
76 <string> Hard Disks </string>
77 </property>
78 <property name="icon" >
79 <iconset resource="../VirtualBox.qrc" >:/diskim_16px.png</iconset>
80 </property>
81 <property name="text" >
82 <string>01</string>
83 </property>
84 <property name="text" >
85 <string>#hdds</string>
86 </property>
87 </item>
88 <item>
89 <property name="text" >
90 <string> CD/DVD-ROM </string>
91 </property>
92 <property name="icon" >
93 <iconset resource="../VirtualBox.qrc" >:/cd_16px.png</iconset>
94 </property>
95 <property name="text" >
96 <string>02</string>
97 </property>
98 <property name="text" >
99 <string>#dvd</string>
100 </property>
101 </item>
102 <item>
103 <property name="text" >
104 <string> Floppy </string>
105 </property>
106 <property name="icon" >
107 <iconset resource="../VirtualBox.qrc" >:/fd_16px.png</iconset>
108 </property>
109 <property name="text" >
110 <string>03</string>
111 </property>
112 <property name="text" >
113 <string>#floppy</string>
114 </property>
115 </item>
116 <item>
117 <property name="text" >
118 <string> Audio </string>
119 </property>
120 <property name="icon" >
121 <iconset resource="../VirtualBox.qrc" >:/sound_16px.png</iconset>
122 </property>
123 <property name="text" >
124 <string>04</string>
125 </property>
126 <property name="text" >
127 <string>#audio</string>
128 </property>
129 </item>
130 <item>
131 <property name="text" >
132 <string> Network </string>
133 </property>
134 <property name="icon" >
135 <iconset resource="../VirtualBox.qrc" >:/nw_16px.png</iconset>
136 </property>
137 <property name="text" >
138 <string>05</string>
139 </property>
140 <property name="text" >
141 <string>#network</string>
142 </property>
143 </item>
144 <item>
145 <property name="text" >
146 <string> Serial Ports </string>
147 </property>
148 <property name="icon" >
149 <iconset resource="../VirtualBox.qrc" >:/serial_port_16px.png</iconset>
150 </property>
151 <property name="text" >
152 <string>06</string>
153 </property>
154 <property name="text" >
155 <string>#serialPorts</string>
156 </property>
157 </item>
158 <item>
159 <property name="text" >
160 <string> Parallel Ports </string>
161 </property>
162 <property name="icon" >
163 <iconset resource="../VirtualBox.qrc" >:/parallel_port_16px.png</iconset>
164 </property>
165 <property name="text" >
166 <string>07</string>
167 </property>
168 <property name="text" >
169 <string>#parallelPorts</string>
170 </property>
171 </item>
172 <item>
173 <property name="text" >
174 <string> USB </string>
175 </property>
176 <property name="icon" >
177 <iconset resource="../VirtualBox.qrc" >:/usb_16px.png</iconset>
178 </property>
179 <property name="text" >
180 <string>08</string>
181 </property>
182 <property name="text" >
183 <string>#usb</string>
184 </property>
185 </item>
186 <item>
187 <property name="text" >
188 <string> Shared Folders </string>
189 </property>
190 <property name="icon" >
191 <iconset resource="../VirtualBox.qrc" >:/shared_folder_16px.png</iconset>
192 </property>
193 <property name="text" >
194 <string>09</string>
195 </property>
196 <property name="text" >
197 <string>#sfolders</string>
198 </property>
199 </item>
200 <item>
201 <property name="text" >
202 <string> Remote Display </string>
203 </property>
204 <property name="icon" >
205 <iconset resource="../VirtualBox.qrc" >:/vrdp_16px.png</iconset>
206 </property>
207 <property name="text" >
208 <string>10</string>
209 </property>
210 <property name="text" >
211 <string>#vrdp</string>
212 </property>
213 </item>
214 </widget>
215 </item>
216 <item row="0" column="1" >
217 <widget class="QLabel" name="mLbTitle" >
218 <property name="sizePolicy" >
219 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
220 <horstretch>0</horstretch>
221 <verstretch>0</verstretch>
222 </sizepolicy>
223 </property>
224 <property name="palette" >
225 <palette>
226 <active>
227 <colorrole role="Window" >
228 <brush brushstyle="SolidPattern" >
229 <color alpha="255" >
230 <red>255</red>
231 <green>255</green>
232 <blue>255</blue>
233 </color>
234 </brush>
235 </colorrole>
236 </active>
237 <inactive>
238 <colorrole role="Window" >
239 <brush brushstyle="SolidPattern" >
240 <color alpha="255" >
241 <red>255</red>
242 <green>255</green>
243 <blue>255</blue>
244 </color>
245 </brush>
246 </colorrole>
247 </inactive>
248 <disabled>
249 <colorrole role="Window" >
250 <brush brushstyle="SolidPattern" >
251 <color alpha="255" >
252 <red>255</red>
253 <green>255</green>
254 <blue>255</blue>
255 </color>
256 </brush>
257 </colorrole>
258 </disabled>
259 </palette>
260 </property>
261 <property name="font" >
262 <font>
263 <family>Sans Serif</family>
264 <pointsize>11</pointsize>
265 <weight>75</weight>
266 <bold>true</bold>
267 </font>
268 </property>
269 <property name="autoFillBackground" >
270 <bool>true</bool>
271 </property>
272 <property name="frameShape" >
273 <enum>QFrame::Box</enum>
274 </property>
275 <property name="frameShadow" >
276 <enum>QFrame::Sunken</enum>
277 </property>
278 <property name="text" >
279 <string/>
280 </property>
281 <property name="margin" >
282 <number>7</number>
283 </property>
284 </widget>
285 </item>
286 <item row="1" column="1" >
287 <widget class="QStackedWidget" name="mPageStack" >
288 <property name="sizePolicy" >
289 <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
290 <horstretch>0</horstretch>
291 <verstretch>0</verstretch>
292 </sizepolicy>
293 </property>
294 <property name="currentIndex" >
295 <number>0</number>
296 </property>
297 <widget class="QWidget" name="mPageGeneral" />
298 <widget class="QWidget" name="mPageHdds" >
299 <layout class="QVBoxLayout" >
300 <property name="leftMargin" >
301 <number>0</number>
302 </property>
303 <property name="topMargin" >
304 <number>5</number>
305 </property>
306 <property name="rightMargin" >
307 <number>0</number>
308 </property>
309 <property name="bottomMargin" >
310 <number>0</number>
311 </property>
312 <item>
313 <widget class="QGroupBox" name="mGbHDA" >
314 <property name="whatsThis" >
315 <string>When checked, attaches the specified virtual hard disk to the Master slot of the Primary IDE controller.</string>
316 </property>
317 <property name="title" >
318 <string>&amp;Primary Master</string>
319 </property>
320 <property name="checkable" >
321 <bool>true</bool>
322 </property>
323 <property name="checked" >
324 <bool>false</bool>
325 </property>
326 <layout class="QGridLayout" >
327 <property name="topMargin" >
328 <number>5</number>
329 </property>
330 <item row="0" column="0" >
331 <widget class="VBoxMediaComboBox" name="mCbHDA" >
332 <property name="sizePolicy" >
333 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
334 <horstretch>0</horstretch>
335 <verstretch>0</verstretch>
336 </sizepolicy>
337 </property>
338 <property name="whatsThis" >
339 <string>Displays the virtual hard disk to attach to this IDE slot and allows to quickly select a different hard disk.</string>
340 </property>
341 </widget>
342 </item>
343 <item row="0" column="1" >
344 <widget class="QToolButton" name="mTbHDA" >
345 <property name="whatsThis" >
346 <string>Invokes the Virtual Disk Manager to create a new or select an existing virtual hard disk to attach.</string>
347 </property>
348 <property name="text" >
349 <string/>
350 </property>
351 <property name="autoRaise" >
352 <bool>true</bool>
353 </property>
354 </widget>
355 </item>
356 <item row="1" column="0" colspan="2" >
357 <widget class="QLabel" name="mLbHDA" >
358 <property name="text" >
359 <string>&lt;not attached></string>
360 </property>
361 </widget>
362 </item>
363 </layout>
364 </widget>
365 </item>
366 <item>
367 <widget class="QGroupBox" name="mGbHDB" >
368 <property name="whatsThis" >
369 <string>When checked, attaches the specified virtual hard disk to the Slave slot of the Primary IDE controller.</string>
370 </property>
371 <property name="title" >
372 <string>P&amp;rimary Slave</string>
373 </property>
374 <property name="checkable" >
375 <bool>true</bool>
376 </property>
377 <property name="checked" >
378 <bool>false</bool>
379 </property>
380 <layout class="QGridLayout" >
381 <property name="topMargin" >
382 <number>5</number>
383 </property>
384 <item row="0" column="0" >
385 <widget class="VBoxMediaComboBox" name="mCbHDB" >
386 <property name="sizePolicy" >
387 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
388 <horstretch>0</horstretch>
389 <verstretch>0</verstretch>
390 </sizepolicy>
391 </property>
392 <property name="whatsThis" >
393 <string>Displays the virtual hard disk to attach to this IDE slot and allows to quickly select a different hard disk.</string>
394 </property>
395 </widget>
396 </item>
397 <item row="0" column="1" >
398 <widget class="QToolButton" name="mTbHDB" >
399 <property name="whatsThis" >
400 <string>Invokes the Virtual Disk Manager to create a new or select an existing virtual hard disk to attach.</string>
401 </property>
402 <property name="text" >
403 <string/>
404 </property>
405 <property name="autoRaise" >
406 <bool>true</bool>
407 </property>
408 </widget>
409 </item>
410 <item row="1" column="0" colspan="2" >
411 <widget class="QLabel" name="mLbHDB" >
412 <property name="text" >
413 <string>&lt;not attached></string>
414 </property>
415 </widget>
416 </item>
417 </layout>
418 </widget>
419 </item>
420 <item>
421 <widget class="QGroupBox" name="mGbHDD" >
422 <property name="whatsThis" >
423 <string>When checked, attaches the specified virtual hard disk to the Slave slot of the Secondary IDE controller.</string>
424 </property>
425 <property name="title" >
426 <string>&amp;Secondary (IDE 1) Slave</string>
427 </property>
428 <property name="checkable" >
429 <bool>true</bool>
430 </property>
431 <property name="checked" >
432 <bool>false</bool>
433 </property>
434 <layout class="QGridLayout" >
435 <property name="topMargin" >
436 <number>5</number>
437 </property>
438 <item row="0" column="0" >
439 <widget class="VBoxMediaComboBox" name="mCbHDD" >
440 <property name="sizePolicy" >
441 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
442 <horstretch>0</horstretch>
443 <verstretch>0</verstretch>
444 </sizepolicy>
445 </property>
446 <property name="whatsThis" >
447 <string>Displays the virtual hard disk to attach to this IDE slot and allows to quickly select a different hard disk.</string>
448 </property>
449 </widget>
450 </item>
451 <item row="0" column="1" >
452 <widget class="QToolButton" name="mTbHDD" >
453 <property name="whatsThis" >
454 <string>Invokes the Virtual Disk Manager to create a new or select an existing virtual hard disk to attach.</string>
455 </property>
456 <property name="text" >
457 <string/>
458 </property>
459 <property name="autoRaise" >
460 <bool>true</bool>
461 </property>
462 </widget>
463 </item>
464 <item row="1" column="0" colspan="2" >
465 <widget class="QLabel" name="mLbHDD" >
466 <property name="text" >
467 <string>&lt;not attached></string>
468 </property>
469 </widget>
470 </item>
471 </layout>
472 </widget>
473 </item>
474 <item>
475 <spacer>
476 <property name="orientation" >
477 <enum>Qt::Vertical</enum>
478 </property>
479 <property name="sizeHint" >
480 <size>
481 <width>20</width>
482 <height>31</height>
483 </size>
484 </property>
485 </spacer>
486 </item>
487 </layout>
488 </widget>
489 <widget class="QWidget" name="mPageCD" />
490 <widget class="QWidget" name="mPageFD" />
491 <widget class="QWidget" name="mPageAudio" />
492 <widget class="QWidget" name="mPageNetwork" />
493 <widget class="QWidget" name="mPageSerial" />
494 <widget class="QWidget" name="mPageParallel" />
495 <widget class="QWidget" name="mPageUSB" />
496 <widget class="QWidget" name="mPageShared" />
497 <widget class="QWidget" name="mPageVrdp" />
498 </widget>
499 </item>
500 <item row="2" column="1" >
501 <widget class="QLabel" name="mLbWhatsThis" >
502 <property name="frameShape" >
503 <enum>QFrame::Box</enum>
504 </property>
505 <property name="frameShadow" >
506 <enum>QFrame::Sunken</enum>
507 </property>
508 <property name="text" >
509 <string/>
510 </property>
511 <property name="alignment" >
512 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
513 </property>
514 <property name="wordWrap" >
515 <bool>true</bool>
516 </property>
517 <property name="margin" >
518 <number>7</number>
519 </property>
520 </widget>
521 </item>
522 <item row="3" column="0" colspan="2" >
523 <layout class="QHBoxLayout" >
524 <item>
525 <widget class="QPushButton" name="mBtnHelp" >
526 <property name="whatsThis" >
527 <string>Displays the dialog help.</string>
528 </property>
529 <property name="text" >
530 <string>Help</string>
531 </property>
532 <property name="shortcut" >
533 <string>F1</string>
534 </property>
535 </widget>
536 </item>
537 <item>
538 <spacer>
539 <property name="orientation" >
540 <enum>Qt::Horizontal</enum>
541 </property>
542 <property name="sizeHint" >
543 <size>
544 <width>40</width>
545 <height>20</height>
546 </size>
547 </property>
548 </spacer>
549 </item>
550 <item>
551 <widget class="QLabel" name="mLbWarnIcon" >
552 <property name="maximumSize" >
553 <size>
554 <width>16</width>
555 <height>16</height>
556 </size>
557 </property>
558 </widget>
559 </item>
560 <item>
561 <widget class="QLabel" name="mLbWarnText" >
562 <property name="text" >
563 <string>Invalid settings detected</string>
564 </property>
565 </widget>
566 </item>
567 <item>
568 <spacer>
569 <property name="orientation" >
570 <enum>Qt::Horizontal</enum>
571 </property>
572 <property name="sizeHint" >
573 <size>
574 <width>40</width>
575 <height>20</height>
576 </size>
577 </property>
578 </spacer>
579 </item>
580 <item>
581 <widget class="QPushButton" name="mBtnOk" >
582 <property name="whatsThis" >
583 <string>Accepts (saves) changes and closes the dialog.</string>
584 </property>
585 <property name="text" >
586 <string>&amp;Ok</string>
587 </property>
588 <property name="default" >
589 <bool>true</bool>
590 </property>
591 </widget>
592 </item>
593 <item>
594 <widget class="QPushButton" name="mBtnCancel" >
595 <property name="whatsThis" >
596 <string>Cancels changes and closes the dialog.</string>
597 </property>
598 <property name="text" >
599 <string>Cancel</string>
600 </property>
601 </widget>
602 </item>
603 </layout>
604 </item>
605 </layout>
606 </widget>
607 <customwidgets>
608 <customwidget>
609 <class>VBoxMediaComboBox</class>
610 <extends>QComboBox</extends>
611 <header>VBoxMediaComboBox.h</header>
612 </customwidget>
613 </customwidgets>
614 <resources>
615 <include location="../VirtualBox.qrc" />
616 </resources>
617 <connections/>
618</ui>
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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