Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
5.11.1
-
None
Description
I've tried selecting a big file zip format like 4.5 Gb and QFileDialogs hangs about 20-30 seconds, If I try click Open button, it hangs and after it opens a big file.
QFileDialog fileDialog(this); fileDialog.setWindowTitle("MyTitle"); fileDialog.setNameFilter("*.zip"); fileDialog.setDirectory("D:\\");
Can you help me please?
Windows 10 x64
Attachments
Issue Links
- is duplicated by
-
QTBUG-107618 QFileDialog freeze when selecting large zip-file using the windows native dialog
- Closed