summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeloader/data/SizeToLoader.qml
blob: 4fa945b30018dfca958257e0d1e0a1af294cda6c (plain)
1
2
3
4
5
6
import QtQuick 1.0

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