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

/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/
H A DUIGlobalSettingsExtension.cpp316 QString strBaseFolder = QDir::homePath() + "/Downloads"; local
317 if (!QDir(strBaseFolder).exists())
319 strBaseFolder = QDir::homePath() + "/Download";
320 if (!QDir(strBaseFolder).exists())
321 strBaseFolder = QDir::homePath();
329 QStringList fileNames = QIFileDialog::getOpenFileNames(strBaseFolder, strFilter, this, strTitle, 0, true, true);
/vbox/src/VBox/Frontends/VirtualBox/src/selector/
H A DUISelectorWindow.cpp356 QString strBaseFolder = vbox.GetSystemProperties().GetDefaultMachineFolder(); local
363 QStringList fileNames = QIFileDialog::getOpenFileNames(strBaseFolder, strFilter, this, strTitle, 0, true, true);

Completed in 304 milliseconds