summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlqt/data/rect.qml
blob: 53d8c38efa8ef655caa41a8530481c87108bcd06 (plain)
1
2
3
4
5
6
7
8
9
import Qt 4.6

Object {
    property var test1: Qt.rect(10, 13, 100, 109)
    property var test2: Qt.rect(-10, 13, 100, 109.6)
    property var test3: Qt.rect(10, 13);
    property var test4: Qt.rect(10, 13, 100, 109, 10)
    property var test5: Qt.rect(10, 13, 100, -109)
}