From b3ef50aeabd8cb62c2ec5f0d283626ef51a24096 Mon Sep 17 00:00:00 2001 From: hjk <qtc-committer@nokia.com> Date: Tue, 14 Jun 2011 10:33:23 +0200 Subject: [PATCH] rename ChoiceList into SelectionListItem Reviewed-by: Thomas Hartmann Change-Id: I4116e63da6633bebb21ba08084e2d8edde4aaaaax Reviewed-on: http://codereview.qt.nokia.com/468 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: hjk <qthjk@ovi.com> --- .../qmldesigner/symbianplugin/symbian.metainfo | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/plugins/qmldesigner/symbianplugin/symbian.metainfo b/src/plugins/qmldesigner/symbianplugin/symbian.metainfo index d6e73f27621..71758913c14 100644 --- a/src/plugins/qmldesigner/symbianplugin/symbian.metainfo +++ b/src/plugins/qmldesigner/symbianplugin/symbian.metainfo @@ -33,11 +33,11 @@ <property name="height" type="int" value="30"/> </itemlibraryentry> </node> - <node name="ChoiceList" icon=":/symbianplugin/images/choicelist16.png"> - <itemlibraryentry name="ChoiceList" category="Components Symbian" libraryIcon=":/symbianplugin/images/choicelist.png" version="1.0" requiredImport="com.nokia.symbian"> - <property name="width" type="int" value="180"/> - <property name="height" type="int" value="40"/> - <property name="currentValue" type="QString" value="ChoiceList"/> + <node name="SelectionListItem" icon=":/symbianplugin/images/choicelist16.png"> + <itemlibraryentry name="SelectionListItem" category="Components Symbian" libraryIcon=":/symbianplugin/images/choicelist.png" version="1.0" requiredImport="com.nokia.symbian"> + <property name="width" type="int" value="360"/> + <property name="height" type="int" value="84"/> + <property name="title" type="QString" value="Selection List"/> </itemlibraryentry> </node> <node name="ProgressBar" icon=":/symbianplugin/images/progressbar16.png"> @@ -115,4 +115,4 @@ <property name="text" type="QString" value="TextField"/> </itemlibraryentry> </node> -</metainfo> \ No newline at end of file +</metainfo> -- GitLab