VirtualBox

Changeset 47272 in vbox


Ignore:
Timestamp:
Jul 19, 2013 5:10:46 PM (12 years ago)
Author:
vboxsync
Message:

FE/Qt: Machine settings: System page: Cleanup/rework (part 8): .ui file cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.ui

    r47270 r47272  
    1515 <class>UIMachineSettingsSystem</class>
    1616 <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>
    2517  <layout class="QVBoxLayout">
    2618   <item>
    2719    <widget class="QITabWidget" name="m_pTabWidgetSystem">
    28      <property name="currentIndex">
    29       <number>0</number>
    30      </property>
    3120     <widget class="QWidget" name="m_pTabMotherboard">
    3221      <attribute name="title">
     
    3625       <item row="0" column="0">
    3726        <widget class="QLabel" name="m_pLabelMemorySize">
     27         <property name="text">
     28          <string>Base &amp;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">
    3840         <property name="sizePolicy">
    39           <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
    40            <horstretch>0</horstretch>
     41          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
     42           <horstretch>1</horstretch>
    4143           <verstretch>0</verstretch>
    4244          </sizepolicy>
    4345         </property>
    44          <property name="text">
    45           <string>Base &amp;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>
    11488       </item>
    11589       <item row="0" column="3">
     
    130104         <item>
    131105          <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>
    138106           <property name="text">
    139107            <string>MB</string>
     
    145113       <item row="2" column="0">
    146114        <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>
    153115         <property name="text">
    154116          <string>&amp;Boot Order:</string>
     
    201163           <item>
    202164            <widget class="QIToolButton" name="mTbBootItemUp">
    203              <property name="enabled">
    204               <bool>false</bool>
    205              </property>
    206165             <property name="focusPolicy">
    207166              <enum>Qt::StrongFocus</enum>
     
    227186           <item>
    228187            <widget class="QIToolButton" name="mTbBootItemDown">
    229              <property name="enabled">
    230               <bool>false</bool>
    231              </property>
    232188             <property name="focusPolicy">
    233189              <enum>Qt::StrongFocus</enum>
     
    283239       <item row="4" column="0">
    284240        <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>
    291241         <property name="text">
    292242          <string>&amp;Chipset:</string>
     
    332282       <item row="5" column="0">
    333283        <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>
    340284         <property name="text">
    341285          <string>&amp;Pointing device:</string>
     
    381325       <item row="6" column="0">
    382326        <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>
    389327         <property name="text">
    390328          <string>Extended Features:</string>
     
    397335       <item row="6" column="1" colspan="3">
    398336        <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>
    405337         <property name="whatsThis">
    406338          <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>
     
    413345       <item row="7" column="1" colspan="3">
    414346        <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>
    421347         <property name="whatsThis">
    422348          <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>
     
    429355       <item row="8" column="1" colspan="3">
    430356        <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>
    437357         <property name="whatsThis" >
    438358          <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>
     
    465385       <item row="0" column="0">
    466386        <widget class="QLabel" name="m_pLabelCPUCount">
     387         <property name="text">
     388          <string>&amp;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">
    467400         <property name="sizePolicy">
    468           <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
    469            <horstretch>0</horstretch>
     401          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
     402           <horstretch>1</horstretch>
    470403           <verstretch>0</verstretch>
    471404          </sizepolicy>
    472405         </property>
    473          <property name="text">
    474           <string>&amp;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>
    552448       </item>
    553449       <item row="0" column="2">
     
    566462       <item row="2" column="0">
    567463        <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>
    574464         <property name="text">
    575465          <string>&amp;Execution Cap:</string>
     
    593483            <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>
    594484           </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>
    604485           <property name="orientation">
    605486            <enum>Qt::Horizontal</enum>
     
    613494           </property>
    614495           <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"/>
    623497           </item>
    624498           <item>
     
    636510           </item>
    637511           <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"/>
    649513           </item>
    650514          </layout>
     
    677541       <item row="4" column="1" colspan="2">
    678542        <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>
    685543         <property name="whatsThis">
    686544          <string>When checked, the Physical Address Extension (PAE) feature of the host CPU will be exposed to the virtual machine.</string>
     
    722580         <property name="sizePolicy">
    723581          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
    724            <horstretch>0</horstretch>
     582           <horstretch>1</horstretch>
    725583           <verstretch>0</verstretch>
    726584          </sizepolicy>
     
    731589         <property name="text">
    732590          <string>Enable &amp;VT-x/AMD-V</string>
    733          </property>
    734          <property name="checked">
    735           <bool>true</bool>
    736591         </property>
    737592        </widget>
     
    750605         <property name="text">
    751606          <string>Enable Nested Pa&amp;ging</string>
    752          </property>
    753          <property name="checked">
    754           <bool>true</bool>
    755607         </property>
    756608        </widget>
     
    810662 <connections>
    811663  <connection>
    812    <sender>mCbVirt</sender>
     664   <sender>m_pCheckBoxVirtualization</sender>
    813665   <signal>toggled(bool)</signal>
    814    <receiver>mCbNestedPaging</receiver>
     666   <receiver>m_pCheckBoxNestedPaging</receiver>
    815667   <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>
    826668  </connection>
    827669 </connections>
Note: See TracChangeset for help on using the changeset viewer.

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