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

Flickering image on resize

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P2: Important
    • None
    • 5.5.0, 5.5.1
    • Quick: SceneGraph
    • None
    • Intel 4570, Intel HD4200, Windows 7 SP1 x64, Fedora 22 (Gnome, KDE)

    Description

      Bug exists only in Qt 5.5, it does not exist in Qt 5.4.2 or lower.
      Try example below.

      ApplicationWindow {
          visible: true
          width: 640
          height: 480
          title: qsTr("Hello World")
          //flags: Qt.Window | Qt.WA_OpaquePaintEvent | Qt.WA_NoSystemBackground
      
          Image
          {
              anchors.fill: parent
              source: "qrc:/C:/Windows/Web/Wallpaper/Windows/img0.jpg"
          }
      }
      

      Image flickers during resize window using bottom or right border.
      On my system bug appears on Windows 7 SP1 x64, Fedora 22 (Gnome, KDE). On Windows 8.1 it is almost invisible.

      Attachments

        Issue Links

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

          Activity

            People

              Unassigned Unassigned
              maxim492 maxim492
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes