Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-72479

QFileDialog hangs if try to select a big zip file

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • Not Evaluated
    • None
    • 5.11.1
    • GUI: Window management
    • None
    • Windows

    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

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              kleint Friedemann Kleint
              serg Serhii Prepodobnyi
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes