Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
5.2.0, 5.2.1
-
None
-
MacOSX / Qt 5.2.*
Description
The following code works doesn't work as expected on Qt 5.2.*:
fileName = QFileDialog::getOpenFileName(this, "Open...", QDir::homePath());
The dialog open on the application folder instead of the home path.
With 5.1.1 it works fine.
Attachments
Issue Links
- is replaced by
-
QTBUG-34393 QFileDialog::getOpenFileName ignores the dir parameter on Mac
- Closed