-
Task
-
Resolution: Duplicate
-
P2: Important
-
None
-
6.11.0 FF
-
None
Implement the QAccessible: ParentChanged callback.
Probaby not possible with a perfect implementation.
What can reasonable be done is to issue ParentChanged on;
QWidget::setParent, QWindow::setParent, QQuickItem::setParentItem.
However calling these functions does not necessarily map 1:1 to QAccessibleInterface::Parent().