Changeset 78218 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Apr 19, 2019 3:07:57 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageBasic1.cpp
r78216 r78218 438 438 if (m_pLabelMain) 439 439 { 440 m_pLabelMain->hide();441 442 440 /* Add into layout: */ 443 441 pMainLayout->addWidget(m_pLabelMain); … … 455 453 if (m_pSourceLabel) 456 454 { 457 m_pSourceLabel->hide();458 459 455 /* Add into layout: */ 460 456 m_pSourceLayout->addWidget(m_pSourceLabel, 0, 0, Qt::AlignRight); … … 465 461 { 466 462 m_pSourceLabel->setBuddy(m_pSourceComboBox); 467 m_pSourceComboBox->hide();468 463 469 464 /* Add into layout: */
Note:
See TracChangeset
for help on using the changeset viewer.