C

point QML Basic Type

a value with x and y attributes. More...

The point type refers to a value with x and y attributes.

To create a point value, use the Qt.point() function:

Item {
    property point myPointProperty: Qt.point(0, 20)
}

Available under certain Qt licenses.
Find out more.