summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeloader/data/NoResize.qml
blob: 72cd3b9f0eac27f132f5e586cd14ab01081ceefc (plain)
1
2
3
4
5
6
7
8
import Qt 4.7

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