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

consider informing about pointer handler children in QQuickItem::itemChange()

    XMLWordPrintable

Details

    Description

          union ItemChangeData {
              ItemChangeData(QQuickItem *v) : item(v) {}
              ItemChangeData(QQuickWindow *v) : window(v) {}
              ItemChangeData(qreal v) : realValue(v) {}
              ItemChangeData(bool v) : boolValue(v) {}
      
              QQuickItem *item;
              QQuickWindow *window;
              qreal realValue;
              bool boolValue;
          };
      

      An item or window can be there, but not a handler. That could be fixed, if useful.

      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
            srutledg Shawn Rutledge
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes