QmlDesigner: Add FrameAnimation

Task-number: QDS-12130
Change-Id: I0abf9b7c1dea37624362a2480c09c873a87b3e69
Reviewed-by: Henning Gründl <henning.gruendl@qt.io>
(cherry picked from commit d69e719e2c)
This commit is contained in:
Thomas Hartmann
2024-04-26 13:01:47 +02:00
parent be10f7efe0
commit d873aa4acd
5 changed files with 23 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 403 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 496 B

View File

@@ -127,5 +127,8 @@
<file>images/extended-view3d-16px.png</file> <file>images/extended-view3d-16px.png</file>
<file>images/extended-view3d-24px.png</file> <file>images/extended-view3d-24px.png</file>
<file>images/extended-view3d-24px@2x.png</file> <file>images/extended-view3d-24px@2x.png</file>
<file>images/frame-animation-16px.png</file>
<file>images/frame-animation-24px.png</file>
<file>images/frame-animation-24px@2x.png</file>
</qresource> </qresource>
</RCC> </RCC>

View File

@@ -550,6 +550,26 @@ MetaInfo {
} }
} }
Type {
name: "QtQuick.FrameAnimation"
icon: ":/qtquickplugin/images/frame-animation-16px.png"
Hints {
visibleInNavigator: true
canBeDroppedInNavigator: true
canBeDroppedInFormEditor: false
canBeContainer: false
}
ItemLibraryEntry {
name: "Frame Animation"
category: "d.Qt Quick - Animation"
libraryIcon: ":/qtquickplugin/images/frame-animation-24px.png"
version: "2.0"
toolTip: qsTr("Triggers a handler at every animation frame update.")
}
}
Type { Type {
name: "QtQml.Timer" name: "QtQml.Timer"
icon: ":/qtquickplugin/images/timer-16px.png" icon: ":/qtquickplugin/images/timer-16px.png"