summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeloader/data/SizeToLoader.qml
blob: 009892773610d3ed272d7235e8321eac8d0ba8aa (plain)
1
2
3
4
5
6
import Qt 4.7

Loader {
    width: 200; height: 80
    source: "Rect120x60.qml"
}