How can I call the folder default windows folder chooser.
I'm using the call:
QString path = QFileDialog::getExistingDirectory(parent, "", folder, QFileDialog::ShowDirsOnly);
But this call show the dialog below:
How can I choose this dialog as folder chooser?