aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeloader/data/NoResize.qml
blob: bb1030ef9da092635ea5d558851a412ff43c6927 (plain)
1
2
3
4
5
6
7
8
import QtQuick 1.0

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