1

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:

Showed dialog

How can I choose this dialog as folder chooser?

Expected dialog

4

1 回答 1

1

你做的一切都是正确的。我刚刚在带有 Qt 4.7.0 的 XP 上对此进行了测试,它可以按预期工作,但是在带有 Qt 5.0.2 的 Windows 8 上进行测试时,我得到了普通的文件打开对话框。

我建议您将此记录为错误。

于 2013-05-26T21:53:05.667 回答