From 02ce57e4bf476c17709cd7b9d5b6635e7e5e452f Mon Sep 17 00:00:00 2001
From: Kai Koehne <kai.koehne@nokia.com>
Date: Thu, 18 Feb 2010 14:49:57 +0100
Subject: [PATCH] Remove Positioners (Column, Row, Grid) from Library

We don't support manipulating them right now.

Ideally all the items should probably appear on this page, but some
grayed out - disabled.
---
 src/plugins/qmldesigner/fxplugin/fx.metainfo | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/plugins/qmldesigner/fxplugin/fx.metainfo b/src/plugins/qmldesigner/fxplugin/fx.metainfo
index 364d076335e..e1be3be3080 100644
--- a/src/plugins/qmldesigner/fxplugin/fx.metainfo
+++ b/src/plugins/qmldesigner/fxplugin/fx.metainfo
@@ -112,6 +112,7 @@
     </itemlibraryrepresentation>
   </node>
 
+<!--
   <node name="Qt/Row" showInItemLibrary="true" category="Qt - Positioners" isContainer="true" icon=":/fxplugin/images/row-icon.png">
     <propertyDefaultValue name="width" type="int" defaultValue="100"/>
     <propertyDefaultValue name="height" type="int" defaultValue="100"/>
@@ -138,6 +139,7 @@
       <property name="height" type="int" value="100"/>
     </itemlibraryrepresentation>
   </node>
+-->
 
   <node name="Qt/WebView" showInItemLibrary="true" category="Qt - Widgets" icon=":/fxplugin/images/webview-icon.png">
     <propertyDefaultValue name="width" type="int" defaultValue="300"/>
-- 
GitLab