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

Render glitch while resizing QML Window (flicker and content offset)

    XMLWordPrintable

Details

    • Windows

    Description

      Simple app with a Window flickers and aligns the content incorrectly while resizing the window.

      import QtQuick
      import QtQuick.Controls
      
      Window {
          visible: true
          Rectangle {
              color: "steelblue"
              anchors.fill: parent
          }
      }
      

      Attachments

        1. CorrectResize.jpg
          CorrectResize.jpg
          12 kB
        2. GlitchResize.jpg
          GlitchResize.jpg
          14 kB
        3. OriginalSize.jpg
          OriginalSize.jpg
          9 kB
        4. screenshot-1.png
          screenshot-1.png
          10 kB

        Issue Links

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

          Activity

            People

              owolff Oliver Wolff
              jakoivik Jarkko Koivikko
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes