It's the third parameter of QFileDialog::getOpenFileName():
PS. 'path' may also include file name if you want to. See QFileDialog::getOpenFileName() docs for more details.Qt Code:
if (!fileName.isNull()) { ... }To copy to clipboard, switch view to plain text mode
Bookmarks