aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/ProgressBar/KeyframeGroup.qml
blob: 5cf857f62214c9bfa9828fe145d7d218cc4175b6 (plain)
1
2
3
4
5
6
7
8
import QtQml

QtObject {
    property QtObject target
    property string property
    default property list<Keyframe> keyframes
    property url keyframeSource
}