From 172f57e99c7dd39b48503b50483fa65a100963eb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Schummer?= <ext-jorg.2.schummer@nokia.com>
Date: Mon, 1 Feb 2010 14:45:42 +0200
Subject: [PATCH] QmlDesigner.fxplugin: Renamed "QtFx" to "Qt"

See BAUHAUS-328
---
 src/plugins/qmldesigner/fxplugin/fx.metainfo | 34 ++++++++++----------
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/src/plugins/qmldesigner/fxplugin/fx.metainfo b/src/plugins/qmldesigner/fxplugin/fx.metainfo
index fbc60236e26..78ff796f186 100644
--- a/src/plugins/qmldesigner/fxplugin/fx.metainfo
+++ b/src/plugins/qmldesigner/fxplugin/fx.metainfo
@@ -1,5 +1,5 @@
 <metainfo>
-  <node name="Qt/Item" showInItemLibrary="true" category="QtFx" isContainer="true">
+  <node name="Qt/Item" showInItemLibrary="true" category="Qt" isContainer="true">
     <propertyDefaultValue name="width" type="int" defaultValue="600"/>
     <propertyDefaultValue name="height" type="int" defaultValue="400"/>
     <itemlibraryrepresentation name="Item" icon=":/fxplugin/images/item-icon.png">
@@ -7,14 +7,14 @@
       <property name="height" type="int" value="200"/>
     </itemlibraryrepresentation>
   </node>
-  <node name="Qt/Rectangle" showInItemLibrary="true" category="QtFx" isContainer="true">
+  <node name="Qt/Rectangle" showInItemLibrary="true" category="Qt" isContainer="true">
     <itemlibraryrepresentation name="Rectangle" icon=":/fxplugin/images/rect-icon.png">
       <property name="width" type="int" value="100"/>
       <property name="height" type="int" value="100"/>
       <property name="color" type="QColor" value="#ffffff"/>
     </itemlibraryrepresentation>
   </node>
-  <node name="Qt/Text" showInItemLibrary="true" category="QtFx">
+  <node name="Qt/Text" showInItemLibrary="true" category="Qt">
     <propertyDefaultValue name="width" type="int" defaultValue="80"/>
     <propertyDefaultValue name="height" type="int" defaultValue="20"/>
     <itemlibraryrepresentation name="Text" icon=":/fxplugin/images/text-icon.png">
@@ -23,7 +23,7 @@
       <property name="text" type="QString" value="text"/>
     </itemlibraryrepresentation>
   </node>
-  <node name="Qt/TextEdit" showInItemLibrary="true" category="QtFx" isContainer="false">
+  <node name="Qt/TextEdit" showInItemLibrary="true" category="Qt" isContainer="false">
     <propertyDefaultValue name="width" type="int" defaultValue="80"/>
     <propertyDefaultValue name="height" type="int" defaultValue="20"/>
     <itemlibraryrepresentation name="Text Edit" icon=":/fxplugin/images/text-edit-icon.png">
@@ -32,7 +32,7 @@
       <property name="text" type="QString" value="textEdit"/>
     </itemlibraryrepresentation>
   </node>
-  <node name="Qt/TextInput" showInItemLibrary="true" category="QtFx" isContainer="false">
+  <node name="Qt/TextInput" showInItemLibrary="true" category="Qt" isContainer="false">
     <propertyDefaultValue name="width" type="int" defaultValue="80"/>
     <propertyDefaultValue name="height" type="int" defaultValue="20"/>
     <itemlibraryrepresentation name="Text Input" icon=":/fxplugin/images/text-edit-icon.png">
@@ -41,14 +41,14 @@
       <property name="text" type="QString" value="textInput"/>
     </itemlibraryrepresentation>
   </node>
-  <node name="Qt/MouseRegion" showInItemLibrary="true" category="QtFx">
+  <node name="Qt/MouseRegion" showInItemLibrary="true" category="Qt">
     <inherits name="Item" />
     <itemlibraryrepresentation name="Mouse Region" icon=":/fxplugin/images/mouse-region-icon.png">
       <property name="width" type="int" value="100"/>
       <property name="height" type="int" value="100"/>
     </itemlibraryrepresentation>
   </node>
-  <node name="Qt/Image" showInItemLibrary="true" category="QtFx">
+  <node name="Qt/Image" showInItemLibrary="true" category="Qt">
     <propertyDefaultValue name="width" type="int" defaultValue="200"/>
     <propertyDefaultValue name="height" type="int" defaultValue="200"/>
     <itemlibraryrepresentation name="Image" icon=":/fxplugin/images/image-icon.png">
@@ -57,7 +57,7 @@
       <property name="source" type="QUrl" value="qrc:/fxplugin/images/template_image.png"/>
     </itemlibraryrepresentation>
   </node>
-  <node name="Qt/BorderImage" showInItemLibrary="true" category="QtFx">
+  <node name="Qt/BorderImage" showInItemLibrary="true" category="Qt">
     <propertyDefaultValue name="width" type="int" defaultValue="200"/>
     <propertyDefaultValue name="height" type="int" defaultValue="200"/>
     <itemlibraryrepresentation name="Border Image" icon=":/fxplugin/images/image-icon.png">
@@ -66,7 +66,7 @@
       <property name="source" type="QUrl" value="qrc:/fxplugin/images/template_image.png"/>
     </itemlibraryrepresentation>
   </node>
-  <node name="Qt/Flickable" showInItemLibrary="true" category="QtFx">
+  <node name="Qt/Flickable" showInItemLibrary="true" category="Qt">
     <propertyDefaultValue name="width" type="int" defaultValue="300"/>
     <propertyDefaultValue name="height" type="int" defaultValue="300"/>
     <itemlibraryrepresentation name="Flickable">
@@ -74,7 +74,7 @@
       <property name="height" type="int" value="300"/>
     </itemlibraryrepresentation>
   </node>
-  <node name="Qt/Flipable" showInItemLibrary="true" category="QtFx">
+  <node name="Qt/Flipable" showInItemLibrary="true" category="Qt">
     <propertyDefaultValue name="width" type="int" defaultValue="300"/>
     <propertyDefaultValue name="height" type="int" defaultValue="300"/>
     <itemlibraryrepresentation name="Flipable">
@@ -82,20 +82,20 @@
       <property name="height" type="int" value="300"/>
     </itemlibraryrepresentation>
   </node>
-  <node name="Qt/GridView" showInItemLibrary="true" category="QtFx">
+  <node name="Qt/GridView" showInItemLibrary="true" category="Qt">
     <itemlibraryrepresentation name="Grid View" icon=":/fxplugin/images/grid-icon.png">
       <property name="width" type="int" value="300"/>
       <property name="height" type="int" value="300"/>
     </itemlibraryrepresentation>
   </node>
-  <node name="Qt/ListView" showInItemLibrary="true" category="QtFx">
+  <node name="Qt/ListView" showInItemLibrary="true" category="Qt">
     <itemlibraryrepresentation name="List View" icon=":/fxplugin/images/list-icon.png">
       <property name="width" type="int" value="300"/>
       <property name="height" type="int" value="300"/>
     </itemlibraryrepresentation>
   </node>
 
-  <node name="Qt/FocusScope" showInItemLibrary="true" category="QtFx">
+  <node name="Qt/FocusScope" showInItemLibrary="true" category="Qt">
     <propertyDefaultValue name="width" type="int" defaultValue="100"/>
     <propertyDefaultValue name="height" type="int" defaultValue="100"/>
     <itemlibraryrepresentation name="Focus Scope">
@@ -104,7 +104,7 @@
     </itemlibraryrepresentation>
   </node>
 
-  <node name="Qt/Row" showInItemLibrary="true" category="QtFx" isContainer="true">
+  <node name="Qt/Row" showInItemLibrary="true" category="Qt" isContainer="true">
     <propertyDefaultValue name="width" type="int" defaultValue="100"/>
     <propertyDefaultValue name="height" type="int" defaultValue="100"/>
     <itemlibraryrepresentation name="Row">
@@ -113,7 +113,7 @@
     </itemlibraryrepresentation>
   </node>
 
-  <node name="Qt/Column" showInItemLibrary="true" category="QtFx" isContainer="true">
+  <node name="Qt/Column" showInItemLibrary="true" category="Qt" isContainer="true">
     <propertyDefaultValue name="width" type="int" defaultValue="100"/>
     <propertyDefaultValue name="height" type="int" defaultValue="100"/>
     <itemlibraryrepresentation name="Column">
@@ -122,7 +122,7 @@
     </itemlibraryrepresentation>
   </node>
 
-  <node name="Qt/Grid" showInItemLibrary="true" category="QtFx" isContainer="true">
+  <node name="Qt/Grid" showInItemLibrary="true" category="Qt" isContainer="true">
     <propertyDefaultValue name="width" type="int" defaultValue="100"/>
     <propertyDefaultValue name="height" type="int" defaultValue="100"/>
     <itemlibraryrepresentation name="Grid">
@@ -131,7 +131,7 @@
     </itemlibraryrepresentation>
   </node>
 
-  <node name="Qt/WebView" showInItemLibrary="true" category="QtFx">
+  <node name="Qt/WebView" showInItemLibrary="true" category="Qt">
     <propertyDefaultValue name="width" type="int" defaultValue="300"/>
     <propertyDefaultValue name="height" type="int" defaultValue="300"/>
     <itemlibraryrepresentation name="Web View">
-- 
GitLab