Searched refs:m_pDestinationCnt (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/
H A DUIWizardCloneVDPageExpert.cpp74 m_pDestinationCnt = new QGroupBox(this);
76 m_pDestinationCnt->setSizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Fixed);
77 QHBoxLayout *pLocationCntLayout = new QHBoxLayout(m_pDestinationCnt);
79 m_pDestinationDiskEditor = new QLineEdit(m_pDestinationCnt);
80 m_pDestinationDiskOpenButton = new QIToolButton(m_pDestinationCnt);
141 pMainLayout->addWidget(m_pDestinationCnt, 1, 0, 1, 2);
234 m_pDestinationCnt->setTitle(UIWizardCloneVD::tr("&New hard drive to create"));
H A DUIWizardCloneVDPageExpert.h83 QGroupBox *m_pDestinationCnt; member in class:UIWizardCloneVDPageExpert

Completed in 32 milliseconds