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

Qt3D FrameAction doesn't respect the enabled property

XMLWordPrintable

    • 20ac249e7b408d37f70d0a5455c38606546bb9c3

      It seems like many of the classes derived from QNode don't respect the enabled property.
      If Q3D example "planets-qml" if we make changes in file solarsystem.qml

      FrameAction {
              enabled: false
              onTriggered: {
                  frames++
                  animate(focusedPlanet)
      
              }
          }
      

      Then this does not have any effect.

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

            lemire_p Paul Lemire
            irfan.omair@digia.com Irfan Omair
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes