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

Fullscreen QtQuick Window Always Opaque

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 6.3.2
    • GUI: Window management
    • None
    • MacOS 12.6
      MacBook Pro (13-inch, M1, 2020)
    • macOS

    Description

      A fullscreen QtQuick window is opaque on MacOS when transparency is requested.

      Here's a minimal `main.qml` which reproduces the issue.

      ```qml
      import QtQuick

      Window

      {   color: "transparent"   visible: true   flags: Qt.WA_TranslucentBackground   visibility: Window.FullScreen }

      ```

      Attachments

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

        Activity

          People

            vestbo Tor Arne Vestbø
            leadbelly Ben Leadbetter
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes