import QtQuick import QtQuick.Controls Rectangle { width: 900 height: 600 color: "red" Text { text: "Centered Text" anchors.centerIn: parent } }