aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeqt/data/vector.qml
blob: f494fe05311f0253747209bc61b2f0a7f7130e01 (plain)
1
2
3
4
5
6
7
8
import QtQuick 1.0

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);
}