Within that rectangle, it will print the Text "Hello World" starting at (x,y) = (66,93)
This program can be executed using qml viewer.
import Qt 4.7
Rectangle {
width: 200
height: 200
color: "lightblue"
Text {
x: 66
y: 93
text: "Hello World"
import Qt 4.7
Rectangle {
width: 200
height: 200
color: "lightblue"
Text {
x: 66
y: 93
text: "Hello World"