-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.9.2
-
None
/* Problem: GPU not render properly Run the program, and drag the app border bigger, or maximize the app, you will see the problem */ import QtQuick Window { width: 640 height: 480 visible: true title: qsTr("Hello World") color: Qt.rgba(0, 0, 0.7, 0.3) //Here is the problem }