VBoxVMSettingsSystem.ui revision bdad1ad72fb5559ad9737e4e3968dc7c1fa23941
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<comment>
VBox frontends: Qt4 GUI (&quot;VirtualBox&quot;):
Copyright (C) 2008 Sun Microsystems, Inc.
This file is part of VirtualBox Open Source Edition (OSE), as
available from http://www.virtualbox.org. This file is free software;
you can redistribute it and/or modify it under the terms of the GNU
General Public License (GPL) as published by the Free Software
Foundation, in version 2 as it comes in the "COPYING" file of the
VirtualBox OSE distribution. VirtualBox OSE is distributed in the
hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
Clara, CA 95054 USA or visit http://www.sun.com if you need
additional information or have any questions.
</comment>
<class>VBoxVMSettingsSystem</class>
<widget class="QWidget" name="VBoxVMSettingsSystem">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>461</width>
<height>378</height>
</rect>
</property>
<layout class="QVBoxLayout" name="mLtMain">
<item>
<widget class="QTabWidget" name="mTwSystem">
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="mTabMotherboard">
<attribute name="title">
<string>&amp;Motherboard</string>
</attribute>
<layout class="QGridLayout" name="mLtMotherboard">
<item row="0" column="0">
<widget class="QLabel" name="mLbMemory">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Base &amp;Memory:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="buddy">
<cstring>mLeMemory</cstring>
</property>
</widget>
</item>
<item row="0" column="1" rowspan="2">
<layout class="QVBoxLayout" name="mLtMemorySlider">
<property name="spacing">
<number>0</number>
</property>
<item>
<widget class="VBoxGuestRAMSlider" name="mSlMemory">
<property name="whatsThis">
<string>Controls the amount of memory provided to the virtual machine. If you assign too much, the machine might not start.</string>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="tickPosition">
<enum>QSlider::TicksBelow</enum>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="mLtMemoryLegend">
<property name="spacing">
<number>0</number>
</property>
<item>
<widget class="QLabel" name="mLbMemoryMin">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item>
<spacer name="mSpHor1">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="mLbMemoryMax">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item row="0" column="2">
<layout class="QHBoxLayout" name="mLtMemoryUnits">
<item>
<widget class="QILineEdit" name="mLeMemory">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="whatsThis">
<string>Controls the amount of memory provided to the virtual machine. If you assign too much, the machine might not start.</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="mLbMemoryUnit">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>MB</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="2" column="0">
<widget class="QLabel" name="mLbBootOrder">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>&amp;Boot Order:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="buddy">
<cstring>mTwBootOrder</cstring>
</property>
</widget>
</item>
<item row="2" column="1" rowspan="2" colspan="2">
<layout class="QHBoxLayout" name="mLtBootOrder">
<property name="spacing">
<number>1</number>
</property>
<item>
<widget class="BootItemsTable" name="mTwBootOrder">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="whatsThis">
<string>Defines the boot device order. Use the checkboxes on the left to enable or disable individual boot devices. Move items up and down to change the device order.</string>
</property>
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="rootIsDecorated">
<bool>false</bool>
</property>
<property name="uniformRowHeights">
<bool>true</bool>
</property>
<column>
<property name="text">
<string/>
</property>
</column>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="mLtBootOrderButtons">
<property name="spacing">
<number>0</number>
</property>
<item>
<widget class="QIToolButton" name="mTbBootItemUp">
<property name="enabled">
<bool>false</bool>
</property>
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<property name="toolTip">
<string>Move Up (Ctrl-Up)</string>
</property>
<property name="whatsThis">
<string>Moves the selected boot device up.</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset>
<normaloff>/images/list_moveup_16px.png</normaloff>/images/list_moveup_16px.png</iconset>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QIToolButton" name="mTbBootItemDown">
<property name="enabled">
<bool>false</bool>
</property>
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<property name="toolTip">
<string>Move Down (Ctrl-Down)</string>
</property>
<property name="whatsThis">
<string>Moves the selected boot device down.</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset>
<normaloff>/images/list_movedown_16px.png</normaloff>/images/list_movedown_16px.png</iconset>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer name="mSpVer2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<spacer name="mSpHor2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item row="4" column="0">
<widget class="QLabel" name="mLbMotherboardExtended">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Extended Features:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="4" column="1" colspan="2">
<widget class="QCheckBox" name="mCbApic">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="whatsThis">
<string>When checked, the virtual machine will support the Input Output APIC (IO APIC), which may slightly decrease performance. &lt;b&gt;Note:&lt;/b&gt; don't disable this feature after having installed a Windows guest operating system!</string>
</property>
<property name="text">
<string>Enable &amp;IO APIC</string>
</property>
</widget>
</item>
<item row="5" column="1" colspan="2">
<widget class="QCheckBox" name="mCbEFI">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="whatsThis">
<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>
</property>
<property name="text">
<string>Enable &amp;EFI (special OSes only)</string>
</property>
</widget>
</item>
<item row="6" column="0" colspan="3">
<spacer name="mSpVer1">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<widget class="QWidget" name="mTabProcessor">
<attribute name="title">
<string>&amp;Processor</string>
</attribute>
<layout class="QGridLayout" name="mLtProcessor">
<item row="0" column="0">
<widget class="QLabel" name="mLbCPU">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>&amp;Processor(s):</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="buddy">
<cstring>mLeCPU</cstring>
</property>
</widget>
</item>
<item row="0" column="1" rowspan="2">
<layout class="QVBoxLayout" name="mLtCPUSlider">
<property name="spacing">
<number>0</number>
</property>
<item>
<widget class="QIAdvancedSlider" name="mSlCPU">
<property name="whatsThis">
<string>Controls the number of virtual CPUs in the virtual machine.</string>
</property>
<property name="maximum">
<number>4096</number>
</property>
<property name="singleStep">
<number>200</number>
</property>
<property name="value">
<number>512</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="tickPosition">
<enum>QSlider::TicksBelow</enum>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="mLtCPULegend">
<property name="spacing">
<number>0</number>
</property>
<item>
<widget class="QLabel" name="mLbCPUMin">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item>
<spacer name="mSpHor4">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="mLbCPUMax">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item row="0" column="2">
<widget class="QILineEdit" name="mLeCPU">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="whatsThis">
<string>Controls the number of virtual CPUs in the virtual machine.</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="mLbProcessorExtended">
<property name="text">
<string>Extended Features:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="2" column="1" colspan="2">
<widget class="QCheckBox" name="mCbPae">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="whatsThis">
<string>When checked, the Physical Address Extension (PAE) feature of the host CPU will be exposed to the virtual machine.</string>
</property>
<property name="text">
<string>Enable PA&amp;E/NX</string>
</property>
</widget>
</item>
<item row="3" column="0" colspan="3">
<spacer name="mSpVer3">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<widget class="QWidget" name="mTabAcceleration">
<attribute name="title">
<string>Acce&amp;leration</string>
</attribute>
<layout class="QGridLayout" name="mLtAcceleration">
<item row="0" column="0">
<widget class="QLabel" name="mLbVirt">
<property name="text">
<string>Hardware Virtualization:</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QCheckBox" name="mCbVirt">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="whatsThis">
<string>When checked, the virtual machine will try to make use of the host CPU's hardware virtualization extensions such as Intel VT-x and AMD-V.</string>
</property>
<property name="text">
<string>Enable &amp;VT-x/AMD-V</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QCheckBox" name="mCbNestedPaging">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="whatsThis">
<string>When checked, the virtual machine will try to make use of the nested paging extension of Intel VT-x and AMD-V.</string>
</property>
<property name="text">
<string>Enable Nested Pa&amp;ging</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="2" column="0" colspan="2">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>BootItemsTable</class>
<extends>QTreeWidget</extends>
<header>VBoxSettingsUtils.h</header>
</customwidget>
<customwidget>
<class>QILineEdit</class>
<extends>QLineEdit</extends>
<header>QILineEdit.h</header>
</customwidget>
<customwidget>
<class>QIAdvancedSlider</class>
<extends>QSlider</extends>
<header>QIAdvancedSlider.h</header>
</customwidget>
<customwidget>
<class>VBoxGuestRAMSlider</class>
<extends>QIAdvancedSlider</extends>
<header>VBoxGuestRAMSlider.h</header>
</customwidget>
<customwidget>
<class>QIToolButton</class>
<extends>QToolButton</extends>
<header>QIToolButton.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections>
<connection>
<sender>mCbVirt</sender>
<signal>toggled(bool)</signal>
<receiver>mCbNestedPaging</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>195</x>
<y>50</y>
</hint>
<hint type="destinationlabel">
<x>196</x>
<y>72</y>
</hint>
</hints>
</connection>
</connections>
</ui>