C

point QML Value Type

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

Since: Qt Quick Ultralite 2.9

Detailed Description

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.