Alignment is given by a set of flags.
To align to the top while horizontally centering, the value can be set to Qt.AlignTop | Qt.AlignHCenter
.
Cursor shape. Can be used with tiled.cursor to create a system cursor.
Value = 2
The item is partially checked. Value = 1.
The item is unchecked. Value = 0
Returns a point with the specified x
and y
coordinates.
Returns a rect with the top-left corner at x
, y
and the specified width
and height
.
Returns a size with the specified width
and height
.
Generated using TypeDoc
A global object with useful enums and functions from Qt.
Only a small subset of available members in the
Qt
object are documented here. See the Qt QML Type reference for the full documentation (keep in mind, that the QtQuick module is not currently loaded).