forked from qt-creator/qt-creator
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:
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 |
@@ -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>
|
||||||
|
@@ -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"
|
||||||
|
Reference in New Issue
Block a user