Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-23745

Allow Item.childAt() to recurse through heirachy to find top-most descendent

XMLWordPrintable

      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,
      }

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            martjone Martin Jones (closed Nokia identity) (Inactive)
            Votes:
            5 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes