Changeset 47272 in vbox
- Timestamp:
- Jul 19, 2013 5:10:46 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.ui
r47270 r47272 15 15 <class>UIMachineSettingsSystem</class> 16 16 <widget class="QWidget" name="UIMachineSettingsSystem"> 17 <property name="geometry">18 <rect>19 <x>0</x>20 <y>0</y>21 <width>461</width>22 <height>378</height>23 </rect>24 </property>25 17 <layout class="QVBoxLayout"> 26 18 <item> 27 19 <widget class="QITabWidget" name="m_pTabWidgetSystem"> 28 <property name="currentIndex">29 <number>0</number>30 </property>31 20 <widget class="QWidget" name="m_pTabMotherboard"> 32 21 <attribute name="title"> … … 36 25 <item row="0" column="0"> 37 26 <widget class="QLabel" name="m_pLabelMemorySize"> 27 <property name="text"> 28 <string>Base &Memory:</string> 29 </property> 30 <property name="alignment"> 31 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 32 </property> 33 <property name="buddy"> 34 <cstring>m_pEditorMemorySize</cstring> 35 </property> 36 </widget> 37 </item> 38 <item row="0" column="1" rowspan="2" colspan="2"> 39 <widget class="QWidget"> 38 40 <property name="sizePolicy"> 39 <sizepolicy hsizetype=" Minimum" vsizetype="Fixed">40 <horstretch> 0</horstretch>41 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 42 <horstretch>1</horstretch> 41 43 <verstretch>0</verstretch> 42 44 </sizepolicy> 43 45 </property> 44 <property name="text"> 45 <string>Base &Memory:</string> 46 </property> 47 <property name="alignment"> 48 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 49 </property> 50 <property name="buddy"> 51 <cstring>m_pEditorMemorySize</cstring> 52 </property> 53 </widget> 54 </item> 55 <item row="0" column="1" rowspan="2" colspan="2"> 56 <layout class="QVBoxLayout"> 57 <property name="spacing"> 58 <number>0</number> 59 </property> 60 <item> 61 <widget class="VBoxGuestRAMSlider" name="m_pSliderMemorySize"> 62 <property name="whatsThis"> 63 <string>Controls the amount of memory provided to the virtual machine. If you assign too much, the machine might not start.</string> 64 </property> 65 <property name="orientation"> 66 <enum>Qt::Horizontal</enum> 67 </property> 68 </widget> 69 </item> 70 <item> 71 <layout class="QHBoxLayout"> 72 <property name="spacing"> 73 <number>0</number> 74 </property> 75 <item> 76 <widget class="QLabel" name="m_pLabelMemoryMin"> 77 <property name="sizePolicy"> 78 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 79 <horstretch>0</horstretch> 80 <verstretch>0</verstretch> 81 </sizepolicy> 82 </property> 83 </widget> 84 </item> 85 <item> 86 <spacer name="m_pSpacerHorizontal1"> 87 <property name="orientation"> 88 <enum>Qt::Horizontal</enum> 89 </property> 90 <property name="sizeHint" stdset="0"> 91 <size> 92 <width>0</width> 93 <height>0</height> 94 </size> 95 </property> 96 </spacer> 97 </item> 98 <item> 99 <widget class="QLabel" name="m_pLabelMemoryMax"> 100 <property name="sizePolicy"> 101 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 102 <horstretch>0</horstretch> 103 <verstretch>0</verstretch> 104 </sizepolicy> 105 </property> 106 <property name="alignment"> 107 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 108 </property> 109 </widget> 110 </item> 111 </layout> 112 </item> 113 </layout> 46 <layout class="QVBoxLayout"> 47 <property name="spacing"> 48 <number>0</number> 49 </property> 50 <item> 51 <widget class="VBoxGuestRAMSlider" name="m_pSliderMemorySize"> 52 <property name="whatsThis"> 53 <string>Controls the amount of memory provided to the virtual machine. If you assign too much, the machine might not start.</string> 54 </property> 55 <property name="orientation"> 56 <enum>Qt::Horizontal</enum> 57 </property> 58 </widget> 59 </item> 60 <item> 61 <layout class="QHBoxLayout"> 62 <property name="spacing"> 63 <number>0</number> 64 </property> 65 <item> 66 <widget class="QLabel" name="m_pLabelMemoryMin"/> 67 </item> 68 <item> 69 <spacer name="m_pSpacerHorizontal1"> 70 <property name="orientation"> 71 <enum>Qt::Horizontal</enum> 72 </property> 73 <property name="sizeHint" stdset="0"> 74 <size> 75 <width>0</width> 76 <height>0</height> 77 </size> 78 </property> 79 </spacer> 80 </item> 81 <item> 82 <widget class="QLabel" name="m_pLabelMemoryMax"/> 83 </item> 84 </layout> 85 </item> 86 </layout> 87 </widget> 114 88 </item> 115 89 <item row="0" column="3"> … … 130 104 <item> 131 105 <widget class="QLabel" name="m_pLabelMemoryUnits"> 132 <property name="sizePolicy">133 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">134 <horstretch>0</horstretch>135 <verstretch>0</verstretch>136 </sizepolicy>137 </property>138 106 <property name="text"> 139 107 <string>MB</string> … … 145 113 <item row="2" column="0"> 146 114 <widget class="QLabel" name="m_pLabelBootOrder"> 147 <property name="sizePolicy">148 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">149 <horstretch>0</horstretch>150 <verstretch>0</verstretch>151 </sizepolicy>152 </property>153 115 <property name="text"> 154 116 <string>&Boot Order:</string> … … 201 163 <item> 202 164 <widget class="QIToolButton" name="mTbBootItemUp"> 203 <property name="enabled">204 <bool>false</bool>205 </property>206 165 <property name="focusPolicy"> 207 166 <enum>Qt::StrongFocus</enum> … … 227 186 <item> 228 187 <widget class="QIToolButton" name="mTbBootItemDown"> 229 <property name="enabled">230 <bool>false</bool>231 </property>232 188 <property name="focusPolicy"> 233 189 <enum>Qt::StrongFocus</enum> … … 283 239 <item row="4" column="0"> 284 240 <widget class="QLabel" name="m_pLabelChipsetType"> 285 <property name="sizePolicy">286 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">287 <horstretch>0</horstretch>288 <verstretch>0</verstretch>289 </sizepolicy>290 </property>291 241 <property name="text"> 292 242 <string>&Chipset:</string> … … 332 282 <item row="5" column="0"> 333 283 <widget class="QLabel" name="m_pLabelPointingHIDType"> 334 <property name="sizePolicy">335 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">336 <horstretch>0</horstretch>337 <verstretch>0</verstretch>338 </sizepolicy>339 </property>340 284 <property name="text"> 341 285 <string>&Pointing device:</string> … … 381 325 <item row="6" column="0"> 382 326 <widget class="QLabel" name="m_pLabelMotherboardExtended"> 383 <property name="sizePolicy">384 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">385 <horstretch>0</horstretch>386 <verstretch>0</verstretch>387 </sizepolicy>388 </property>389 327 <property name="text"> 390 328 <string>Extended Features:</string> … … 397 335 <item row="6" column="1" colspan="3"> 398 336 <widget class="QCheckBox" name="m_pCheckBoxApic"> 399 <property name="sizePolicy">400 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">401 <horstretch>1</horstretch>402 <verstretch>0</verstretch>403 </sizepolicy>404 </property>405 337 <property name="whatsThis"> 406 338 <string>When checked, the virtual machine will support the Input Output APIC (IO APIC), which may slightly decrease performance. <b>Note:</b> don't disable this feature after having installed a Windows guest operating system!</string> … … 413 345 <item row="7" column="1" colspan="3"> 414 346 <widget class="QCheckBox" name="m_pCheckBoxEFI"> 415 <property name="sizePolicy">416 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">417 <horstretch>0</horstretch>418 <verstretch>0</verstretch>419 </sizepolicy>420 </property>421 347 <property name="whatsThis"> 422 348 <string>When checked, the guest will support the Extended Firmware Interface (EFI), which is required to boot certain guest OSes. Non-EFI aware OSes will not be able to boot if this option is activated.</string> … … 429 355 <item row="8" column="1" colspan="3"> 430 356 <widget class="QCheckBox" name="m_pCheckBoxUseUTC" > 431 <property name="sizePolicy" >432 <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >433 <horstretch>0</horstretch>434 <verstretch>0</verstretch>435 </sizepolicy>436 </property>437 357 <property name="whatsThis" > 438 358 <string>If checked, the RTC device will report the time in UTC, otherwise in local (host) time. Unix usually expects the hardware clock to be set to UTC.</string> … … 465 385 <item row="0" column="0"> 466 386 <widget class="QLabel" name="m_pLabelCPUCount"> 387 <property name="text"> 388 <string>&Processor(s):</string> 389 </property> 390 <property name="alignment"> 391 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 392 </property> 393 <property name="buddy"> 394 <cstring>m_pEditorCPUCount</cstring> 395 </property> 396 </widget> 397 </item> 398 <item row="0" column="1" rowspan="2"> 399 <widget class="QWidget"> 467 400 <property name="sizePolicy"> 468 <sizepolicy hsizetype=" Minimum" vsizetype="Fixed">469 <horstretch> 0</horstretch>401 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 402 <horstretch>1</horstretch> 470 403 <verstretch>0</verstretch> 471 404 </sizepolicy> 472 405 </property> 473 <property name="text"> 474 <string>&Processor(s):</string> 475 </property> 476 <property name="alignment"> 477 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 478 </property> 479 <property name="buddy"> 480 <cstring>m_pEditorCPUCount</cstring> 481 </property> 482 </widget> 483 </item> 484 <item row="0" column="1" rowspan="2"> 485 <layout class="QVBoxLayout"> 486 <property name="spacing"> 487 <number>0</number> 488 </property> 489 <item> 490 <widget class="QIAdvancedSlider" name="m_pSliderCPUCount"> 491 <property name="whatsThis"> 492 <string>Controls the number of virtual CPUs in the virtual machine. You need hardware virtualization support on your host system to use more than one virtual CPU.</string> 493 </property> 494 <property name="maximum"> 495 <number>4096</number> 496 </property> 497 <property name="singleStep"> 498 <number>200</number> 499 </property> 500 <property name="value"> 501 <number>512</number> 502 </property> 503 <property name="orientation"> 504 <enum>Qt::Horizontal</enum> 505 </property> 506 </widget> 507 </item> 508 <item> 509 <layout class="QHBoxLayout"> 510 <property name="spacing"> 511 <number>0</number> 512 </property> 513 <item> 514 <widget class="QLabel" name="m_pLabelCPUMin"> 515 <property name="sizePolicy"> 516 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 517 <horstretch>0</horstretch> 518 <verstretch>0</verstretch> 519 </sizepolicy> 520 </property> 521 </widget> 522 </item> 523 <item> 524 <spacer name="m_pSpacerHorizontal5"> 525 <property name="orientation"> 526 <enum>Qt::Horizontal</enum> 527 </property> 528 <property name="sizeHint" stdset="0"> 529 <size> 530 <width>0</width> 531 <height>0</height> 532 </size> 533 </property> 534 </spacer> 535 </item> 536 <item> 537 <widget class="QLabel" name="m_pLabelCPUMax"> 538 <property name="sizePolicy"> 539 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 540 <horstretch>0</horstretch> 541 <verstretch>0</verstretch> 542 </sizepolicy> 543 </property> 544 <property name="alignment"> 545 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 546 </property> 547 </widget> 548 </item> 549 </layout> 550 </item> 551 </layout> 406 <layout class="QVBoxLayout"> 407 <property name="spacing"> 408 <number>0</number> 409 </property> 410 <item> 411 <widget class="QIAdvancedSlider" name="m_pSliderCPUCount"> 412 <property name="whatsThis"> 413 <string>Controls the number of virtual CPUs in the virtual machine. You need hardware virtualization support on your host system to use more than one virtual CPU.</string> 414 </property> 415 <property name="orientation"> 416 <enum>Qt::Horizontal</enum> 417 </property> 418 </widget> 419 </item> 420 <item> 421 <layout class="QHBoxLayout"> 422 <property name="spacing"> 423 <number>0</number> 424 </property> 425 <item> 426 <widget class="QLabel" name="m_pLabelCPUMin"/> 427 </item> 428 <item> 429 <spacer name="m_pSpacerHorizontal5"> 430 <property name="orientation"> 431 <enum>Qt::Horizontal</enum> 432 </property> 433 <property name="sizeHint" stdset="0"> 434 <size> 435 <width>0</width> 436 <height>0</height> 437 </size> 438 </property> 439 </spacer> 440 </item> 441 <item> 442 <widget class="QLabel" name="m_pLabelCPUMax"/> 443 </item> 444 </layout> 445 </item> 446 </layout> 447 </widget> 552 448 </item> 553 449 <item row="0" column="2"> … … 566 462 <item row="2" column="0"> 567 463 <widget class="QLabel" name="m_pLabelCPUExecCap"> 568 <property name="sizePolicy">569 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">570 <horstretch>0</horstretch>571 <verstretch>0</verstretch>572 </sizepolicy>573 </property>574 464 <property name="text"> 575 465 <string>&Execution Cap:</string> … … 593 483 <string>Limits the amount of time that each virtual CPU is allowed to run for. Each virtual CPU will be allowed to use up to this percentage of the processing time available on one physical CPU. The execution cap can be disabled by setting it to 100%. Setting the cap too low can make the machine feel slow to respond.</string> 594 484 </property> 595 <property name="maximum">596 <number>4096</number>597 </property>598 <property name="singleStep">599 <number>200</number>600 </property>601 <property name="value">602 <number>512</number>603 </property>604 485 <property name="orientation"> 605 486 <enum>Qt::Horizontal</enum> … … 613 494 </property> 614 495 <item> 615 <widget class="QLabel" name="m_pLabelCPUExecCapMin"> 616 <property name="sizePolicy"> 617 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 618 <horstretch>0</horstretch> 619 <verstretch>0</verstretch> 620 </sizepolicy> 621 </property> 622 </widget> 496 <widget class="QLabel" name="m_pLabelCPUExecCapMin"/> 623 497 </item> 624 498 <item> … … 636 510 </item> 637 511 <item> 638 <widget class="QLabel" name="m_pLabelCPUExecCapMax"> 639 <property name="sizePolicy"> 640 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 641 <horstretch>0</horstretch> 642 <verstretch>0</verstretch> 643 </sizepolicy> 644 </property> 645 <property name="alignment"> 646 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 647 </property> 648 </widget> 512 <widget class="QLabel" name="m_pLabelCPUExecCapMax"/> 649 513 </item> 650 514 </layout> … … 677 541 <item row="4" column="1" colspan="2"> 678 542 <widget class="QCheckBox" name="m_pCheckBoxPAE"> 679 <property name="sizePolicy">680 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">681 <horstretch>0</horstretch>682 <verstretch>0</verstretch>683 </sizepolicy>684 </property>685 543 <property name="whatsThis"> 686 544 <string>When checked, the Physical Address Extension (PAE) feature of the host CPU will be exposed to the virtual machine.</string> … … 722 580 <property name="sizePolicy"> 723 581 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> 724 <horstretch> 0</horstretch>582 <horstretch>1</horstretch> 725 583 <verstretch>0</verstretch> 726 584 </sizepolicy> … … 731 589 <property name="text"> 732 590 <string>Enable &VT-x/AMD-V</string> 733 </property>734 <property name="checked">735 <bool>true</bool>736 591 </property> 737 592 </widget> … … 750 605 <property name="text"> 751 606 <string>Enable Nested Pa&ging</string> 752 </property>753 <property name="checked">754 <bool>true</bool>755 607 </property> 756 608 </widget> … … 810 662 <connections> 811 663 <connection> 812 <sender>m CbVirt</sender>664 <sender>m_pCheckBoxVirtualization</sender> 813 665 <signal>toggled(bool)</signal> 814 <receiver>m CbNestedPaging</receiver>666 <receiver>m_pCheckBoxNestedPaging</receiver> 815 667 <slot>setEnabled(bool)</slot> 816 <hints>817 <hint type="sourcelabel">818 <x>195</x>819 <y>50</y>820 </hint>821 <hint type="destinationlabel">822 <x>196</x>823 <y>72</y>824 </hint>825 </hints>826 668 </connection> 827 669 </connections>
Note:
See TracChangeset
for help on using the changeset viewer.