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

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