aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickloader/data/Rect120x60.qml
blob: 6a0bb3d76667d41c5a01e8c12a2eb157bb72e183 (plain)
1
2
3
4
5
6
7
8
9
10
import QtQuick 2.0

Rectangle {
    property int base: 60
    property int w: base*2
    property int h: base
    property int ignore: 0
    width: w
    height: h
}