QmlDesigner: Add icons for AnimatedImage

Change-Id: I11878b08262187cabdc818eb3ff7936a730513bc
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Thomas Hartmann
2018-08-29 09:25:54 +02:00
parent b5b366f562
commit 26b16e52ab
5 changed files with 5 additions and 2 deletions

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

View File

@@ -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>

View File

@@ -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; }