import QtQuick 2.15 import QtQuick.Controls 2.15 ApplicationWindow { width: 1050 height: 600 Component.onCompleted: visible = true; Rectangle { color: "#30CE4C" anchors.fill: parent } }