Details
-
Bug
-
Resolution: Incomplete
-
P3: Somewhat important
-
None
-
4.8.4, 5.0.2
Description
Items added to a QDeclarativeItem don't send ChildAdded or ChildRemoved events. This is deliberately done because it goes via setParent_noEvent() when a child has its parent changed.
This should either be documented or made optional for those who need those events.