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

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

    XMLWordPrintable

Details

    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

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

          Activity

            People

              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

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes