Searched refs:UIWizardCloneVD (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/
H A DUIWizardCloneVD.h2 * VBox Qt GUI - UIWizardCloneVD class declaration.
28 class UIWizardCloneVD : public UIWizard class in inherits:UIWizard
50 UIWizardCloneVD(QWidget *pParent, const CMedium &sourceVirtualDisk);
H A DUIWizardCloneVDPageBasic3.cpp30 # include "UIWizardCloneVD.h"
126 setTitle(UIWizardCloneVD::tr("Storage on physical hard drive"));
129 m_pDescriptionLabel->setText(UIWizardCloneVD::tr("Please choose whether the new virtual hard drive file should grow as it is used "
131 m_pDynamicLabel->setText(UIWizardCloneVD::tr("<p>A <b>dynamically allocated</b> hard drive file will only use space "
134 m_pFixedLabel->setText(UIWizardCloneVD::tr("<p>A <b>fixed size</b> hard drive file may take longer to create on some "
136 m_pSplitLabel->setText(UIWizardCloneVD::tr("<p>You can also choose to <b>split</b> the hard drive file into several files "
140 m_pDynamicalButton->setText(UIWizardCloneVD::tr("&Dynamically allocated"));
141 m_pFixedButton->setText(UIWizardCloneVD::tr("&Fixed size"));
142 m_pSplitBox->setText(UIWizardCloneVD::tr("&Split into files of less than 2GB"));
H A DUIWizardCloneVD.cpp3 * VBox Qt GUI - UIWizardCloneVD class implementation.
26 # include "UIWizardCloneVD.h"
41 UIWizardCloneVD::UIWizardCloneVD(QWidget *pParent, const CMedium &sourceVirtualDisk) function in class:UIWizardCloneVD
54 bool UIWizardCloneVD::copyVirtualDisk()
113 void UIWizardCloneVD::retranslateUi()
123 void UIWizardCloneVD::prepare()
H A DUIWizardCloneVDPageExpert.cpp34 # include "UIWizardCloneVD.h"
175 QString strMediumName = UIWizardCloneVD::tr("%1_copy", "copied virtual hard drive name").arg(sourceFileInfo.baseName());
232 m_pSourceDiskCnt->setTitle(UIWizardCloneVD::tr("Hard drive to &copy"));
233 m_pSourceDiskOpenButton->setToolTip(UIWizardCloneVD::tr("Choose a virtual hard drive file to copy..."));
234 m_pDestinationCnt->setTitle(UIWizardCloneVD::tr("&New hard drive to create"));
235 m_pDestinationDiskOpenButton->setToolTip(UIWizardCloneVD::tr("Choose a location for new virtual hard drive file..."));
236 m_pFormatCnt->setTitle(UIWizardCloneVD::tr("Hard drive file &type"));
243 m_pVariantCnt->setTitle(UIWizardCloneVD::tr("Storage on physical hard drive"));
244 m_pDynamicalButton->setText(UIWizardCloneVD::tr("&Dynamically allocated"));
245 m_pFixedButton->setText(UIWizardCloneVD
[all...]
H A DUIWizardCloneVDPageBasic1.cpp28 # include "UIWizardCloneVD.h"
115 setTitle(UIWizardCloneVD::tr("Hard drive to copy"));
118 m_pLabel->setText(UIWizardCloneVD::tr("<p>Please select the virtual hard drive file that you would like to copy "
121 m_pSourceDiskOpenButton->setToolTip(UIWizardCloneVD::tr("Choose a virtual hard drive file to copy..."));
H A DUIWizardCloneVDPageBasic2.cpp29 # include "UIWizardCloneVD.h"
135 setTitle(UIWizardCloneVD::tr("Hard drive file type"));
138 m_pLabel->setText(UIWizardCloneVD::tr("Please choose the type of file that you would like to use "
185 return UIWizardCloneVD::Page3;
188 return UIWizardCloneVD::Page4;
H A DUIWizardCloneVDPageBasic4.cpp30 # include "UIWizardCloneVD.h"
87 UIWizardCloneVD::tr("Please choose a location for new virtual hard drive file"));
201 setTitle(UIWizardCloneVD::tr("New hard drive to create"));
204 m_pLabel->setText(UIWizardCloneVD::tr("Please type the name of the new virtual hard drive file into the box below or "
206 m_pDestinationDiskOpenButton->setToolTip(UIWizardCloneVD::tr("Choose a location for new virtual hard drive file..."));
221 QString strMediumName = UIWizardCloneVD::tr("%1_copy", "copied virtual hard drive name").arg(sourceFileInfo.baseName());
249 fResult = qobject_cast<UIWizardCloneVD*>(wizard())->copyVirtualDisk();
/vbox/src/VBox/Frontends/VirtualBox/src/medium/
H A DUIMediumManager.cpp33 # include "UIWizardCloneVD.h"
241 UISafePointerWizard pWizard = new UIWizardCloneVD(treeWidget(), medium().medium());

Completed in 52 milliseconds