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

/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQIFileDialog.cpp385 * Reimplementation of QFileDialog::getSaveFileName() that removes some
394 * QFileDialog::getSaveFileName().
397 QString QIFileDialog::getSaveFileName (const QString &aStartWith, function in class:QIFileDialog
409 * we can just call for the default QFileDialog::getSaveFileName(): */
414 return QFileDialog::getSaveFileName(aParent, aCaption, aStartWith,
615 return QFileDialog::getSaveFileName (aParent, aCaption, aStartWith,

Completed in 77 milliseconds