like the attached image, the window seems like no size. This issue can be reproduced in the 5.15.8 kit but works well in Qt 6.0.2. using QML:
Window { width: 640 height: 480 visible: true title: qsTr("Hello World") }