qtdeclarative/tests/auto/qml/qmlcppcodegen/data/ProgressBar/TimelineAnimation.qml

7 lines
89 B
QML

import QtQuick
NumberAnimation {
property bool pingPong
signal finishedEvil()
}