Skip to content
Snippets Groups Projects
Commit 1e4ce5ee authored by Lasse Holmstedt's avatar Lasse Holmstedt
Browse files

Made Qml image into container

The use case is simple: if you cut images in photoshop, you typically
have a background and a number of other images on top of it.
parent 3f54c935
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
<property name="height" type="int" value="100"/> <property name="height" type="int" value="100"/>
</itemlibraryrepresentation> </itemlibraryrepresentation>
</node> </node>
<node name="Qt/Image" showInItemLibrary="true" category="Qt - Basic" icon=":/fxplugin/images/image-icon.png"> <node name="Qt/Image" showInItemLibrary="true" category="Qt - Basic" isContainer="true" icon=":/fxplugin/images/image-icon.png">
<propertyDefaultValue name="width" type="int" defaultValue="200"/> <propertyDefaultValue name="width" type="int" defaultValue="200"/>
<propertyDefaultValue name="height" type="int" defaultValue="200"/> <propertyDefaultValue name="height" type="int" defaultValue="200"/>
<itemlibraryrepresentation name="Image" icon=":/fxplugin/images/image-icon.png"> <itemlibraryrepresentation name="Image" icon=":/fxplugin/images/image-icon.png">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment