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

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