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

Resizing QQuickWindow is painfully slow on Gnome 3

    XMLWordPrintable

Details

    • 846cf1a13f80fe4590cc9ad4d9972d7a173accd6 (qtbase#stable)

    Description

      Create an empty QQuickWindow and resize it by hand. The window size lags behind.

      #include <QtQuick>
      
      int main(int argc, char* argv[])
      {
          QGuiApplication app(argc, argv);
          QQuickWindow window;
          window.resize(640, 480);
          window.show();
          return app.exec();
      }
      

      Attachments

        Issue Links

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

          Activity

            People

              srutledg Shawn Rutledge
              jpnurmi J-P Nurmi
              Votes:
              1 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes