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

Missing emit of onRunningChanged in AnimatedSprite

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 5.1.1
    • 5.0.2
    • None
    • Windows
    • 544978388f5106cada4bc0a836293ab2063a8beb

    Description

      onRunningChanged is not called when loops is not Animation.Infinite and animation stops automatically.

      ex

      import QtQuick 2.0
      
      AnimatedSprite {
          width: 128
          height: 122
          source: "star.png"
          frameCount: 4
          frameDuration: 500
          loops: 1
          onRunningChanged: console.debug(running)
      }
      

      Attachments

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

        Activity

          People

            tasuku.suzuki Tasuku Suzuki
            ioriayane Takayuki Orito
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes