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

QQuickWindow window initial state is not transparent and only the redrawn parts appear transparent when the window is resized.

    XMLWordPrintable

Details

    • Windows

    Description

      When setting the color of the window to "transparent" , the window doesn't appear transparent. However, if the Window is resized , the redrawn parts appear transparent.

      This behavior is not detected if the color property is set to a different color.

      The code below reproduce the issue:

       

      import QtQuick

      Window

      { visible: true color: 'transparent' width: 640 height: 480 }

       

      Attachments

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

        Activity

          People

            lagocs Laszlo Agocs
            mahdi.belila Mehdi Belila
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes