import Qt 4.7 Rectangle { width: 853 height: 480 Text { id: text1 anchors.centerIn: parent text: "Hello QML World!" font.pixelSize: 80 } }