Searched defs:strDefaultPath (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvd/
H A DUIWizardNewVD.cpp42 const QString &strDefaultName, const QString &strDefaultPath,
47 , m_strDefaultPath(strDefaultPath)
41 UIWizardNewVD(QWidget *pParent, const QString &strDefaultName, const QString &strDefaultPath, qulonglong uDefaultSize, WizardMode mode) argument
H A DUIWizardNewVDPageExpert.cpp50 UIWizardNewVDPageExpert::UIWizardNewVDPageExpert(const QString &strDefaultName, const QString &strDefaultPath, qulonglong uDefaultSize) argument
51 : UIWizardNewVDPage3(strDefaultName, strDefaultPath)
H A DUIWizardNewVDPageBasic3.cpp50 UIWizardNewVDPage3::UIWizardNewVDPage3(const QString &strDefaultName, const QString &strDefaultPath) argument
52 , m_strDefaultPath(strDefaultPath)
156 QString UIWizardNewVDPage3::absoluteFilePath(const QString &strFileName, const QString &strDefaultPath) argument
164 fileInfo = QFileInfo(strDefaultPath, strFileName);
265 UIWizardNewVDPageBasic3::UIWizardNewVDPageBasic3(const QString &strDefaultName, const QString &strDefaultPath, qulonglong uDefaultSize) argument
266 : UIWizardNewVDPage3(strDefaultName, strDefaultPath)
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/
H A DUIWizardCloneVDPageBasic4.cpp121 QString UIWizardCloneVDPage4::absoluteFilePath(const QString &strFileName, const QString &strDefaultPath) argument
129 fileInfo = QFileInfo(strDefaultPath, strFileName);

Completed in 44 milliseconds