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

Details

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

    Description

      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
      }
      

      Attachments

        For Gerrit Dashboard: QTBUG-63178
        # Subject Branch Project Status CR V

        Activity

          People

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

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes