summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeloader/data/NoResizeGraphicsWidget.qml
blob: 5a31eff545a2c0ff3d076a5128c57c1e648a1c1d (plain)
1
2
3
4
5
6
7
8
9
import QtQuick 1.0

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