Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
5.15.19, 6.9.1, 6.10
-
25fdc044f (dev)
Description
QFileDialog has several static functions to help when opening files
`getOpenFileName(s)`, `getOpenFileUrl(s)`, `getOpenFileContent`. They all issue modal dialogs, apart from `getOpenFileContent` which issues a non-modal dialog.
I think they should all be modal.