Details
-
Task
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
None
Description
Item::childAt() doesn't handle overlapping children or searching for the top-most item, for example. We could extend it with a search flag something like:
enum {
Child, // default
ChildByZOrder,
Descendant,
DescendantByZOrder,
}
Attachments
Issue Links
- relates to
-
QTBUG-83647 Expose QQuickItemPrivate::paintOrderChildItems (or some other way to access items in visual order)
- Reported