You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
188 B
QML

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