Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-63120 QML types with properties that are neither CONSTANT nor NOTIFYable
  3. QTBUG-63178

"to/from" properties of some QtQuick animation classes are missing NOTIFY signals

XMLWordPrintable

    • Icon: Technical task Technical task
    • Resolution: Unresolved
    • Icon: Not Evaluated Not Evaluated
    • None
    • Quick: Other
    • None

      The "to" and "from" properties of the following animation classes are writable but are missing the associated NOTIFY signal.

      • QQuickColorAnimation
      • QQuickNumberAnimation
      • QQuickRotationAnimation
      • QQuickVector3DAnimation

      This leads to QML engine warning at runtime when these properties are being used in bindings, e.g.

      import QtQuick 2.0
      
      NumberAnimation {
          readonly property real diff: from - to
      }
      

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

            pal.toth Tóth Pál
            krake Kevin Krammer
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes