QmlDesigner: update for symbian plugin

This commit is contained in:
Thomas Hartmann
2011-04-11 15:43:11 +02:00
parent 92ee705c52
commit a924bc25cb
15 changed files with 12 additions and 16 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 629 B

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 509 B

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 972 B

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 377 B

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 867 B

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 814 B

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 534 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 430 B

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 358 B

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@@ -57,14 +57,7 @@
<node name="TextArea" icon=":/symbianplugin/images/textarea16.png">
<itemlibraryentry name="TextArea" category="Components Symbian" libraryIcon=":/symbianplugin/images/textarea.png" version="1.0" requiredImport="com.nokia.symbian">
<property name="width" type="int" value="180"/>
<property name="height" type="int" value="30"/>
<property name="text" type="QString" value="TextArea"/>
</itemlibraryentry>
</node>
<node name="TextField" icon=":/symbianplugin/images/textarea16.png">
<itemlibraryentry name="TextField" category="Components Symbian" libraryIcon=":/symbianplugin/images/textarea.png" version="1.0" requiredImport="com.nokia.symbian">
<property name="width" type="int" value="180"/>
<property name="height" type="int" value="30"/>
<property name="height" type="int" value="180"/>
<property name="text" type="QString" value="TextArea"/>
</itemlibraryentry>
</node>
@@ -85,12 +78,12 @@
</itemlibraryentry>
</node>
<node name="Slider" icon=":/symbianplugin/images/slider16.png">
<itemlibraryentry name="Slider" category="Components Symbian" libraryIcon=":/symbianplugin/images/slider.png" version="1.0" requiredImport="com.nokia.symbian">
<itemlibraryentry name="Slider (horizontal)" category="Components Symbian" libraryIcon=":/symbianplugin/images/slider.png" version="1.0" requiredImport="com.nokia.symbian">
<property name="width" type="int" value="180"/>
<property name="height" type="int" value="30"/>
<property name="orientation" type="int" value="1"/>
</itemlibraryentry>
<itemlibraryentry name="Slider (Horizontal)" category="Components Symbian" libraryIcon=":/symbianplugin/images/sliderh.png" version="1.0" requiredImport="com.nokia.symbian">
<itemlibraryentry name="Slider (vertical)" category="Components Symbian" libraryIcon=":/symbianplugin/images/sliderh.png" version="1.0" requiredImport="com.nokia.symbian">
<property name="width" type="int" value="30"/>
<property name="height" type="int" value="180"/>
<property name="orientation" type="int" value="2"/>
@@ -102,12 +95,6 @@
<property name="height" type="int" value="640"/>
</itemlibraryentry>
</node>
<node name="TabBarLayout" icon=":/symbianponlugin/images/window16.png">
<itemlibraryentry name="TabBarLayout" category="Components Symbian" libraryIcon=":/symbianplugin/images/window.png" version="1.0" requiredImport="com.nokia.symbian">
<property name="width" type="int" value="360"/>
<property name="height" type="int" value="40"/>
</itemlibraryentry>
</node>
<node name="TabGroup" icon=":/symbianponlugin/images/window16.png">
<itemlibraryentry name="TabGroup" category="Components Symbian" libraryIcon=":/symbianplugin/images/window.png" version="1.0" requiredImport="com.nokia.symbian">
<property name="width" type="int" value="360"/>
@@ -122,4 +109,11 @@
<itemlibraryentry name="Switch" category="Components Symbian" libraryIcon=":/symbianplugin/images/switchbutton.png" version="1.0" requiredImport="com.nokia.symbian">
</itemlibraryentry>
</node>
<node name="TextField" icon=":/symbianplugin/images/textfield16.png">
<itemlibraryentry name="TextField" category="Components Symbian" libraryIcon=":/symbianplugin/images/textfield.png" version="1.0" requiredImport="com.nokia.symbian">
<property name="width" type="int" value="180"/>
<property name="height" type="int" value="50"/>
<property name="text" type="QString" value="TextField"/>
</itemlibraryentry>
</node>
</metainfo>

View File

@@ -17,6 +17,8 @@
<file>images/slider16.png</file>
<file>images/textarea16.png</file>
<file>images/textarea.png</file>
<file>images/textfield16.png</file>
<file>images/textfield.png</file>
<file>images/window16.png</file>
<file>images/window.png</file>
<file>images/tabbutton16.png</file>