Changeset 23070 in vbox
- Timestamp:
- Sep 16, 2009 2:46:27 PM (15 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsSystem.cpp
r21446 r23070 154 154 } 155 155 156 /* ACPI */157 mCbAcpi->setChecked (biosSettings.GetACPIEnabled());158 159 156 /* IO APIC */ 160 157 mCbApic->setChecked (biosSettings.GetIOAPICEnabled()); … … 217 214 } 218 215 219 /* ACPI */220 biosSettings.SetACPIEnabled (mCbAcpi->isChecked());221 222 216 /* IO APIC */ 223 217 biosSettings.SetIOAPICEnabled (mCbApic->isChecked() || … … 324 318 setTabOrder (mTwBootOrder, mTbBootItemUp); 325 319 setTabOrder (mTbBootItemUp, mTbBootItemDown); 326 setTabOrder (mTbBootItemDown, mCbAcpi); 327 setTabOrder (mCbAcpi, mCbApic); 320 setTabOrder (mTbBootItemDown, mCbApic); 328 321 329 322 setTabOrder (mCbApic, mSlCPU); -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsSystem.ui
r21344 r23070 312 312 </item> 313 313 <item row="4" column="1" colspan="2"> 314 <widget class="QCheckBox" name="mCbAcpi">315 <property name="sizePolicy">316 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">317 <horstretch>0</horstretch>318 <verstretch>0</verstretch>319 </sizepolicy>320 </property>321 <property name="whatsThis">322 <string>When checked, the virtual machine will support the Advanced Configuration and Power Management Interface (ACPI). <b>Note:</b> don't disable this feature after having installed a Windows guest operating system!</string>323 </property>324 <property name="text">325 <string>Enable &ACPI</string>326 </property>327 </widget>328 </item>329 <item row="5" column="1" colspan="2">330 314 <widget class="QCheckBox" name="mCbApic"> 331 315 <property name="sizePolicy">
Note:
See TracChangeset
for help on using the changeset viewer.