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

Impossible to determine if an QML element is above another

    XMLWordPrintable

Details

    Description

      To be able to determine which of two (random) QML elements are on top
      in z-order screen space, some new API is needed. E.g. a
      bool Item::isAbove(Item)
      or
      int Item::absoluteZ()
      The former seems easier to use, while the latter may be more efficient for
      e.g. sorting many elements. But I suspect the latter cannot be implemented
      due to the z-positions relativistic nature.

      Attachments

        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
            mathiasm Mathias Malmqvist
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes