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

11 lines
245 B
QML

import QtQml
QtObject {
property real startFrame
property real endFrame
property real currentFrame
default property list<KeyframeGroup> keyframeGroupes
property list<TimelineAnimation> animations
property bool enabled
}