aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/ProgressBar/Keyframe.qml
blob: 0076031fcc6f656ac153aaea0271ec1e3e197db2 (plain)
1
2
3
4
5
6
import QtQuick

UniformAnimator {
    property real frame
    property var value
}