aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlqt/data/vector4.qml
blob: 554dd1e9d4f8c89cccbfcdf295d3cb2aab0a500f (plain)
1
2
3
4
5
6
7
8
import QtQuick 2.0

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