VirtualBox

Changeset 77332 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 15, 2019 12:21:41 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
128863
Message:

FE/Qt: bugref:9080. Populating the action-panel map correctly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/medium/viso/UIVisoCreator.cpp

    r77330 r77332  
    305305        m_pMainLayout->addWidget(m_pButtonBox, 4, 3, 1, 5, Qt::AlignRight);
    306306    }
     307
    307308}
    308309
     
    342343        connect(m_pConfigurationPanel, &UIVisoConfigurationPanel::sigHidePanel,
    343344                this, &UIVisoCreator::sltHandleHidePanel);
    344     }
     345        m_panelActionMap.insert(m_pConfigurationPanel, m_pActionConfiguration);
     346    }
     347
    345348    if (m_pCreatorOptionsPanel)
    346349    {
     
    349352        connect(m_pCreatorOptionsPanel, &UIVisoCreatorOptionsPanel::sigHidePanel,
    350353                this, &UIVisoCreator::sltHandleHidePanel);
     354        m_panelActionMap.insert(m_pCreatorOptionsPanel, m_pActionOptions);
    351355    }
    352356
     
    379383                                                          ":/file_manager_options_disabled_32px.png",
    380384                                                          ":/file_manager_options_disabled_16px.png"));
    381         m_panelActionMap.insert(m_pConfigurationPanel, m_pActionConfiguration);
    382385    }
    383386
     
    391394                                                          ":/file_manager_options_disabled_32px.png",
    392395                                                          ":/file_manager_options_disabled_16px.png"));
    393         m_panelActionMap.insert(m_pCreatorOptionsPanel, m_pActionOptions);
    394396    }
    395397
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