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
          12 kB
          Bruno Cadoret
        2. GlitchResize.jpg
          14 kB
          Bruno Cadoret
        3. OriginalSize.jpg
          9 kB
          Bruno Cadoret
        4. screenshot-1.png
          10 kB
          Jarkko Koivikko

        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