summaryrefslogtreecommitdiffstats
path: root/examples/declarative/tutorials/t1/tutorial1.qml
blob: e4de571792da5b579928849a68db4ca5d0601853 (plain)
1
2
3
<Rect id="Page" width="480" height="200" color="white">
    <Text id="HelloText" text="Hello world!" font.size="24" font.bold="true" y="30" anchors.horizontalCenter="{Page.horizontalCenter}"/>
</Rect>