Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.6.3, 6.8.0
Description
Only a triangle is visible on Android Emulator.
Snippet to reproduce the issue:
import QtQuick Window { width: 640 height: 480 visible: true title: qsTr("Hello World") Rectangle { width: 300 height: 300 anchors.centerIn: parent color: "beige" } }