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

QNode PropertyTrackMode cleanup

    XMLWordPrintable

Details

    • 42af57acc976cf3142623ac2b13dabbfcf9e643a

    Description

      -have a defaultPropertyTracking property which takes the default track mode to use (DontTrackValues, TrackFinalValues, TrackAllValues)
      -have a QHash<QString, PropertyTrackingMode> and
      setPropertyTracking(QString propertyName, PropertyTrackMode);
      clearPropertyTracking(QString propertyName);
      propertyTracking(QString propertyName);

      in QML: have a propertyTrackingOverrides which fills the hash table:
      QJSValue:

      { propertyName: propertyTrackingValue, propertyName: propertyTracking ... }

      Adjust QPostman to work accordingly

      Attachments

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

        Activity

          People

            lemire_p Paul Lemire
            lemire_p Paul Lemire
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes