Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: 4.8.2
-
Fix Version/s: 4.8.7
-
Component/s: Widgets: Widgets and Dialogs
-
Labels:
-
Environment:Mac 10.9 only
-
Platform/s:
-
Commits:922c87a3b8ab16b18b2f04c114f6d20ba12e4eb9
Description
If we have the sample code as below,
QString str=QFileDialog::getSaveFileName(0,QString("Save File"), "/Users/qt/example/image.png",QString ("Images(*.png,*.jpg)"));
it doesnt show the file name mentioned but says untitled.
Fixes mention in bug reports QTBUG-27664 / QTBUG-28161 does not help with the file name but launches the correct folder.