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

[REG: 5.9 -> 5.12][macOS] Black window is shown on 10.14 Mojave when set "transparent" in color property

    XMLWordPrintable

Details

    • macOS

    Description

      If set "transparent" to color property in Window as following, window color will be black, not transparent.

      import QtQuick 2.12
      import QtQuick.Window 2.12
      
      Window {
          visible: true
          width: 640
          height: 480
          color: "transparent"
      }
      
      

      Qt 5.9.8 works correctly.

       

      Attachments

        1. qtbug75827-3.zip
          2 kB
          Akihito Izawa

        Issue Links

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

          Activity

            People

              qt.team.quick.subscriptions Qt Quick and Widgets Team
              akizawa Akihito Izawa
              Votes:
              0 Vote for this issue
              Watchers:
              9 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes