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

embedded window invisible with transparent window

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P2: Important
    • 6.8.0 FF
    • 6.7.0 RC
    • Qt RHI
    • None
    • Windows
    • 466f00386 (dev)

    Description

      Create a round rectangle window as shown below:

      Window {
          flags: Qt.FramelessWindowHint
          width: 640
          height: 480
          visible: true
          title: qsTr("Hello World")
          color: "transparent"
          Rectangle

      {         anchors.fill: parent         radius: 20         color: "blue"     }

      }

      When embedding an external window into this QML Window, the embedded window is not visible. However, changing the color property of the Window from "transparent" to a non-transparent color makes the embedded window visible.

       

      color: "transparent"

      color: "red"

      Attachments

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

        Activity

          People

            lagocs Laszlo Agocs
            wang_chuan wang chuan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes