-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
None
Add a means to detect when the stacking order changes for an item so that it is possible to account for this in a custom layout.
Currently the only way to catch this sort of thing is with a QQuickItemChangeListener which is private API, so either making this public or adding another means (possibly via QQuickItem::itemChange) would be handy here.