-
Bug
-
Resolution: Won't Do
-
P2: Important
-
None
-
5.12.4, 5.13.1
-
Windows 7 classic theme
DropShadow won't work with Rectangle on piled window on macOS 10.14.6 and Windows which is Intel GPU. (It works on Windows with such as NVIDIA GTX 1060)
If Windows which is used Intel HD Graphics (please see attached qtdiag.txt) does not affected even ANGLE and software rendering.
Window { visible: true width: 640 height: 480 flags: Qt.Window | Qt.FramelessWindowHint Rectangle { anchors.fill: parent color: "blue" } Window { id: win visible: true width: 320 + (60 * 2) height: 240 + (60 * 2) color: "transparent" modality: Qt.ApplicationModal flags: Qt.Window | Qt.FramelessWindowHint Rectangle { id: rect anchors.fill: parent anchors.margins: 60 color: "blue" layer.enabled: true layer.effect: DropShadow { anchors.fill: rect source: rect horizontalOffset: 1 verticalOffset: 1 radius: 40 samples: 40 color: '#aa000000' } } } }
If Rectangle and DropShadow are put on singe Window, it works on any environment.
Please check attached sample projects.
- relates to
-
QTBUG-52494 QML SplashScreen not transparent On Windows 7
-
- Closed
-