Searched refs:m_pReinitMACsCheckBox (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/
H A DUIWizardCloneVMPageBasic1.cpp52 return m_pReinitMACsCheckBox->isChecked();
66 m_pReinitMACsCheckBox = new QCheckBox(this);
69 pMainLayout->addWidget(m_pReinitMACsCheckBox);
90 m_pReinitMACsCheckBox->setToolTip(UIWizardCloneVM::tr("When checked a new unique MAC address will be assigned to all configured network cards."));
91 m_pReinitMACsCheckBox->setText(UIWizardCloneVM::tr("&Reinitialize the MAC address of all network cards"));
H A DUIWizardCloneVMPageBasic1.h48 QCheckBox *m_pReinitMACsCheckBox; member in class:UIWizardCloneVMPage1
H A DUIWizardCloneVMPageExpert.cpp95 m_pReinitMACsCheckBox = new QCheckBox(this);
99 pMainLayout->addWidget(m_pReinitMACsCheckBox, 2, 0, 1, 2);
134 m_pReinitMACsCheckBox->setToolTip(UIWizardCloneVM::tr("When checked a new unique MAC address will be assigned to all configured network cards."));
135 m_pReinitMACsCheckBox->setText(UIWizardCloneVM::tr("&Reinitialize the MAC address of all network cards"));
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIApplianceImportEditorWidget.cpp53 m_pReinitMACsCheckBox->setHidden(false);
147 if (!m_pReinitMACsCheckBox->isChecked())
H A DUIApplianceEditorWidget.cpp1129 m_pReinitMACsCheckBox->setHidden(true);

Completed in 139 milliseconds