QmlDesigner: Assign default to NumberAnimation

Task-number: QDS-4215
Change-Id: I62831276b36767c290e2be29f9a87b94079b7552
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Thomas Hartmann
2021-04-22 15:32:59 +02:00
parent 90d987b266
commit 5d9405a8ed

View File

@@ -427,6 +427,8 @@ MetaInfo {
category: "Qt Quick - Animation" category: "Qt Quick - Animation"
libraryIcon: ":/qtquickplugin/images/item-icon.png" libraryIcon: ":/qtquickplugin/images/item-icon.png"
version: "2.0" version: "2.0"
Property { name: "to"; type: "int"; value: 0; }
Property { name: "from"; type: "int"; value: 0; }
} }
} }