VirtualBox

Ignore:
Timestamp:
Aug 20, 2020 6:42:35 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
140018
Message:

FE/Qt: bugref:9812: VM settings / System page: Small fix forgotten in r140001.

File:
1 edited

Legend:

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

    r85839 r85850  
    823823    {
    824824        /* Prepare tab-widget: */
    825         m_pTabWidget = new QITabWidget();
     825        m_pTabWidget = new QITabWidget(this);
    826826        if (m_pTabWidget)
    827827        {
     
    10071007                if (m_pLayoutProcessorCountScale)
    10081008                {
    1009                     m_pLayoutProcessorCountScale->setSpacing(0);
    1010 
    10111009                    /* Prepare processor count min label: */
    10121010                    m_pLabelProcessorCountMin = new QLabel(m_pTabProcessor);
     
    10681066                if (m_pLayoutProcessorExecCapScale)
    10691067                {
    1070                     m_pLayoutProcessorExecCapScale->setSpacing(0);
    1071 
    10721068                    /* Prepare processor exec cap min label: */
    10731069                    m_pLabelProcessorExecCapMin = new QLabel(m_pTabProcessor);
     
    12371233void UIMachineSettingsSystem::repopulateComboChipsetType()
    12381234{
    1239     /* Chipset Type combo-box created in the .ui file. */
    12401235    AssertPtrReturnVoid(m_pComboChipset);
    12411236    {
     
    12591254void UIMachineSettingsSystem::repopulateComboPointingHIDType()
    12601255{
    1261     /* Pointing HID Type combo-box created in the .ui file. */
    12621256    AssertPtrReturnVoid(m_pComboPointingHID);
    12631257    {
     
    12811275void UIMachineSettingsSystem::repopulateComboParavirtProviderType()
    12821276{
    1283     /* Paravirtualization Provider Type combo-box created in the .ui file. */
    12841277    AssertPtrReturnVoid(m_pComboParavirtProvider);
    12851278    {
Note: See TracChangeset for help on using the changeset viewer.

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