9 lines
163 B
QML
9 lines
163 B
QML
|
import QtQml
|
||
|
|
||
|
QtObject {
|
||
|
property QtObject target
|
||
|
property string property
|
||
|
default property list<Keyframe> keyframes
|
||
|
property url keyframeSource
|
||
|
}
|