Details
-
Bug
-
Resolution: Duplicate
-
P3: Somewhat important
-
5.12.3
-
macOS 10.14.4/10.14.5, Xcode 10.2
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
Issue Links
- duplicates
-
QTBUG-75101 When a window is has a transparent background then it will not be rendered correctly and will be rendered black instead
- Closed
- relates to
-
QTBUG-75101 When a window is has a transparent background then it will not be rendered correctly and will be rendered black instead
- Closed
-
QTBUG-71206 [macOS 10.14 Mojave] Any QML application is displayed on a black window
- Closed