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