Searched defs:absoluteFilePath (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/
H A DUIWizardCloneVDPageBasic4.cpp68 QFileInfo defaultFilePath(absoluteFilePath(strFileName, m_strDefaultPath));
85 QString strChosenFilePath = QIFileDialog::getSaveFileName(folder.absoluteFilePath(strFileName),
121 QString UIWizardCloneVDPage4::absoluteFilePath(const QString &strFileName, const QString &strDefaultPath) function in class:UIWizardCloneVDPage4
132 return QDir::toNativeSeparators(fileInfo.absoluteFilePath());
152 return absoluteFilePath(toFileName(m_pDestinationDiskEditor->text(), m_strDefaultExtension), m_strDefaultPath);
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvd/
H A DUIWizardNewVDPageBasic3.cpp79 QFileInfo defaultFilePath(absoluteFilePath(strFileName, m_strDefaultPath));
96 QString strChosenFilePath = QIFileDialog::getSaveFileName(folder.absoluteFilePath(strFileName),
156 QString UIWizardNewVDPage3::absoluteFilePath(const QString &strFileName, const QString &strDefaultPath) function in class:UIWizardNewVDPage3
167 return QDir::toNativeSeparators(fileInfo.absoluteFilePath());
243 return absoluteFilePath(toFileName(m_pLocationEditor->text(), m_strDefaultExtension), m_strDefaultPath);

Completed in 97 milliseconds