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

Need efficient property-propagation mechanism

XMLWordPrintable

      Occasionally a child element depends on a property that should be
      propagated down from a parent, rather than being e.g. global.
      In these cases the child can walk the parent-hierarchy to find
      the value of the property, but this is often expensive, sometimes
      prohibitively so.

      Thus it would be helpful if there were e.g. a property-modifying
      keyword that made the property work the same way that e.g. the
      Item's "visible" property does. I.e. explicit changes to the property
      should be propagated to any children with the same property.

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

            qtqmlteam Qt Qml Team User
            mathiasm Mathias Malmqvist
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes