Is there a way that QFileDialog::getExistingDirectory() would also display the files but allow selecting only a directory.
I need this feature in my application. I need to save multiple files to a folder selected by user and user can know (if he/she wants) if any of the file(s) is(are) present in that folder.

Thanks.