Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: 4.8.5
-
Fix Version/s: 4.8.6
-
Component/s: Widgets: Widgets and Dialogs
-
Labels:None
-
Environment:Qt4.8.5 and Mac 10.9GM
-
Commits:07ecdc01a2b369fe330d723af1a00845c0932834
Description
For Qt4.8.5 and Mac 10.9GM
My code:
QString t_strFilePath = QFileDialog::getOpenFileName(this,
"Open",the dir parameter,"Image Files (*.png)");
1. Enable application sandbox
- Bug: The QFileDialog hangs sometimes.
- Bug: All files of the filedialog view is disable,
you can't select any files(include *.png).
2. Disable application sandbox
- Everything is ok