Skip to content
Snippets Groups Projects
Commit b69fb4c2 authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

QmlDesigner.desktopWidgetsPlugin: fix for metainfo


Keep default size of TextField and add Label.

Change-Id: I65a90c810b1ec9a105992ee976b6c9c99aa272bc
Reviewed-by: default avatarJoerg Bornemann <joerg.bornemann@nokia.com>
parent c0b91900
No related branches found
No related tags found
No related merge requests found
...@@ -128,8 +128,12 @@ ...@@ -128,8 +128,12 @@
<node name="QtDesktop.TextField" icon=":/desktopplugin/images/textfield16.png"> <node name="QtDesktop.TextField" icon=":/desktopplugin/images/textfield16.png">
<itemlibraryentry name="TextField" category="Components Desktop" libraryIcon=":/desktopplugin/images/textfield.png" version="0.1" requiredImport="QtDesktop"> <itemlibraryentry name="TextField" category="Components Desktop" libraryIcon=":/desktopplugin/images/textfield.png" version="0.1" requiredImport="QtDesktop">
<property name="width" type="int" value="180"/> <property name="width" type="int" value="180"/>
<property name="height" type="int" value="50"/>
<property name="text" type="QString" value="TextField"/> <property name="text" type="QString" value="TextField"/>
</itemlibraryentry> </itemlibraryentry>
</node> </node>
<node name="QtDesktop.Label" icon=":/desktopplugin/images/window16.png.png">
<itemlibraryentry name="Label" category="Components Desktop" libraryIcon=":/desktopplugin/images/window.png" version="0.1" requiredImport="QtDesktop">
<property name="text" type="QString" value="Label"/>
</itemlibraryentry>
</node>
</metainfo> </metainfo>
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