VirtualBox

Changeset 78218 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Apr 19, 2019 3:07:57 PM (6 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9434: Import Appliance wizard: 1st basic page: Make source options visible.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageBasic1.cpp

    r78216 r78218  
    438438        if (m_pLabelMain)
    439439        {
    440             m_pLabelMain->hide();
    441 
    442440            /* Add into layout: */
    443441            pMainLayout->addWidget(m_pLabelMain);
     
    455453            if (m_pSourceLabel)
    456454            {
    457                 m_pSourceLabel->hide();
    458 
    459455                /* Add into layout: */
    460456                m_pSourceLayout->addWidget(m_pSourceLabel, 0, 0, Qt::AlignRight);
     
    465461            {
    466462                m_pSourceLabel->setBuddy(m_pSourceComboBox);
    467                 m_pSourceComboBox->hide();
    468463
    469464                /* Add into layout: */
Note: See TracChangeset for help on using the changeset viewer.

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