summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlqt/data/size.qml
blob: 05b0317a9bbc526a9b7f391cefe44b530713e131 (plain)
1
2
3
4
5
6
7
8
9
10
11
import Qt 4.6

QtObject {
    property var test1: Qt.size(19, 34);
    property var test2: Qt.size(3, 109.2);
    property var test3: Qt.size(-3, 10);
    property var test4: Qt.size(3);
    property var test5: Qt.size(3, 109.2, 1);
}