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

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