Adds supplementary information to the QQuickItem::itemChange() function. More...
bool | boolValue |
QQuickItem * | item |
qreal | realValue |
QQuickWindow * | window |
The meaning of each member of this class is defined by the change type.
See also QQuickItem::ItemChange.
The boolean value that has changed: visible, enabled, activeFocus, or antialiasing.
See also QQuickItem::ItemChange.
The item that has been added or removed as a child, or the new parent.
See also QQuickItem::ItemChange.
The numeric value that has changed: opacity, rotation, or device pixel ratio.
See also QQuickItem::ItemChange.
The window in which the item has been shown, or nullptr
if the item has been removed from a window.
See also QQuickItem::ItemChange.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.2/qquickitem-itemchangedata.html