Changeset 51989 in vbox
- Timestamp:
- Jul 11, 2014 1:30:19 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 94921
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/settings/machine
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.cpp
r51988 r51989 497 497 /* Acceleration tab: */ 498 498 m_pTabWidgetSystem->setTabEnabled(2, systemData.m_fSupportedHwVirtEx); 499 m_pLabelParavirtProvider->setEnabled(isMachineOffline()); 499 500 m_pComboParavirtProvider->setEnabled(isMachineOffline()); 500 501 m_pLabelVirtualization->setEnabled(isMachineOffline()); -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.ui
r51988 r51989 546 546 <layout class="QGridLayout"> 547 547 <item row="0" column="0"> 548 <widget class="QLabel" name="m_pLabelParavirt Type">548 <widget class="QLabel" name="m_pLabelParavirtProvider"> 549 549 <property name="text"> 550 550 <string>&Paravirtualization Interface:</string>
Note:
See TracChangeset
for help on using the changeset viewer.