Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
5.7.1
-
None
-
Windows 7 64 bit with Qt 5.7 MinGW
Description
When creating a transparent application window, the window appears as black instead of transparent. The problem happens on Win XP and Win 7 computers. If the aero theme is set it seems to work. However setting the aero theme individually on each computer is not a solution for deployment.
ApplicationWindow {
visible: true
width: 640
height: 480
title: qsTr("Hello World")
color:"transparent"
Rectangle
{ width: 150 height: 150 color:"red" }}
Attachments
Issue Links
- duplicates
-
QTBUG-52494 QML SplashScreen not transparent On Windows 7
- Reported
-
QTBUG-53087 QML with Window.FullScreen Qt.FramelessWindowHint and transparent make the app is black screen
- Closed