aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick2/qquickloader/data/NoResize.qml
blob: 9b3ea6410b7f90c8a000755e2864e85d9be6521c (plain)
1
2
3
4
5
6
7
8
import QtQuick 2.0

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