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