forked from qt-creator/qt-creator
QmlDesigner: Add icons for AnimatedImage
Change-Id: I11878b08262187cabdc818eb3ff7936a730513bc Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Binary file not shown.
After Width: | Height: | Size: 298 B |
Binary file not shown.
After Width: | Height: | Size: 211 B |
Binary file not shown.
After Width: | Height: | Size: 342 B |
@@ -69,5 +69,8 @@
|
|||||||
<file>images/text-edit-icon@2x.png</file>
|
<file>images/text-edit-icon@2x.png</file>
|
||||||
<file>images/text-icon@2x.png</file>
|
<file>images/text-icon@2x.png</file>
|
||||||
<file>images/text-input-icon@2x.png</file>
|
<file>images/text-input-icon@2x.png</file>
|
||||||
|
<file>images/animated-image-icon.png</file>
|
||||||
|
<file>images/animated-image-icon@2x.png</file>
|
||||||
|
<file>images/animated-image-icon16.png</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
@@ -113,12 +113,12 @@ MetaInfo {
|
|||||||
|
|
||||||
Type {
|
Type {
|
||||||
name: "QtQuick.AnimatedImage"
|
name: "QtQuick.AnimatedImage"
|
||||||
icon: ":/qtquickplugin/images/image-icon16.png"
|
icon: ":/qtquickplugin/images/animated-image-icon16.png"
|
||||||
|
|
||||||
ItemLibraryEntry {
|
ItemLibraryEntry {
|
||||||
name: "Animated Image"
|
name: "Animated Image"
|
||||||
category: "Qt Quick - Basic"
|
category: "Qt Quick - Basic"
|
||||||
libraryIcon: ":/qtquickplugin/images/image-icon.png"
|
libraryIcon: ":/qtquickplugin/images/animated-image-icon.png"
|
||||||
version: "2.0"
|
version: "2.0"
|
||||||
|
|
||||||
Property { name: "width"; type: "int"; value: 100; }
|
Property { name: "width"; type: "int"; value: 100; }
|
||||||
|
Reference in New Issue
Block a user