QmlDesigner: Add extended View3D component library icons

Fixes: QDS-11811
Change-Id: I0d33311e68b302a531d3e3273d10e6f4e3ff0932
Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
This commit is contained in:
Miikka Heikkinen
2024-02-02 16:49:02 +02:00
parent d83eeb0b8f
commit 17f12979a6
5 changed files with 5 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 254 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 305 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 455 B

View File

@@ -124,5 +124,8 @@
<file>images/drop-area-24px.png</file>
<file>images/drop-area-24px@2x.png</file>
<file>images/animatedsprite-loading.png</file>
<file>images/extended-view3d-16px.png</file>
<file>images/extended-view3d-24px.png</file>
<file>images/extended-view3d-24px@2x.png</file>
</qresource>
</RCC>

View File

@@ -853,12 +853,12 @@ MetaInfo {
Type {
name: "QtQuick3D.View3D"
icon: ":/qtquickplugin/images/default3d16.png"
icon: ":/qtquickplugin/images/extended-view3d-16px.png"
ItemLibraryEntry {
name: "Extended View3D"
category: "Items"
libraryIcon: ":/qtquickplugin/images/default3d.png"
libraryIcon: ":/qtquickplugin/images/extended-view3d-24px.png"
version: "6.5"
requiredImport: "QtQuick3D"
QmlSource { source: ":/qtquickplugin/source/extendedview3D_template.qml" }