summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qfxloader/SizeToLoader.qml
blob: 1a107e130f2abbcc28be672c0f196c049a93ffb2 (plain)
1
2
3
4
5
6
7
import Qt 4.6

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