summaryrefslogtreecommitdiff
path: root/tests/auto/declarative/qdeclarativeqt/data/vector.qml
blob: a471c7a7bb7bb08dec01a49b3e5398907b7a9613 (plain)
1
2
3
4
5
6
7
8
import Qt 4.6

QtObject {
    property var test1: Qt.vector3d(1, 0, 0.9);
    property var test2: Qt.vector3d(102, -10, -982.1);
    property var test3: Qt.vector3d(102, -10);
    property var test4: Qt.vector3d(102, -10, -982.1, 10);
}