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

Epic failed with QFileSystemModel performance

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • Not Evaluated
    • None
    • 5.15.1
    • None
    • Windows 10 x64

    Description

      Resizing and/or browsing a file system is ridiculously slow:

      QApplication l_qApp(in_argc, in_argv);

      QMainWindow l_window;

      QFileSystemModel l_sys;

      l_sys.setRootPath("");

      QTreeView l_view;

      l_view.setModel(&l_sys);

      l_window.setCentralWidget(&l_view);

      l_window.show();

      l_qApp.exec();

      Attachments

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

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            neosettler neosettler
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes