Changeset 85850 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Aug 20, 2020 6:42:35 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 140018
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.cpp
r85839 r85850 823 823 { 824 824 /* Prepare tab-widget: */ 825 m_pTabWidget = new QITabWidget( );825 m_pTabWidget = new QITabWidget(this); 826 826 if (m_pTabWidget) 827 827 { … … 1007 1007 if (m_pLayoutProcessorCountScale) 1008 1008 { 1009 m_pLayoutProcessorCountScale->setSpacing(0);1010 1011 1009 /* Prepare processor count min label: */ 1012 1010 m_pLabelProcessorCountMin = new QLabel(m_pTabProcessor); … … 1068 1066 if (m_pLayoutProcessorExecCapScale) 1069 1067 { 1070 m_pLayoutProcessorExecCapScale->setSpacing(0);1071 1072 1068 /* Prepare processor exec cap min label: */ 1073 1069 m_pLabelProcessorExecCapMin = new QLabel(m_pTabProcessor); … … 1237 1233 void UIMachineSettingsSystem::repopulateComboChipsetType() 1238 1234 { 1239 /* Chipset Type combo-box created in the .ui file. */1240 1235 AssertPtrReturnVoid(m_pComboChipset); 1241 1236 { … … 1259 1254 void UIMachineSettingsSystem::repopulateComboPointingHIDType() 1260 1255 { 1261 /* Pointing HID Type combo-box created in the .ui file. */1262 1256 AssertPtrReturnVoid(m_pComboPointingHID); 1263 1257 { … … 1281 1275 void UIMachineSettingsSystem::repopulateComboParavirtProviderType() 1282 1276 { 1283 /* Paravirtualization Provider Type combo-box created in the .ui file. */1284 1277 AssertPtrReturnVoid(m_pComboParavirtProvider); 1285 1278 {
Note:
See TracChangeset
for help on using the changeset viewer.