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

    • macOS

      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.

       

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes