From 48e0ae7bd6941559cacd1eae14f87882e2780797 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Wed, 11 Aug 2021 08:33:19 +0200 Subject: [PATCH] QmlDesigner: Remove SplitView from library MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was done for controls 1. SplitView in controls 2 requires proper test and support. Change-Id: I749ee072abb50256ad87002605e3064e0a066f29 Reviewed-by: Henning Gründl --- .../componentsplugin/components.metainfo | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/plugins/qmldesigner/componentsplugin/components.metainfo b/src/plugins/qmldesigner/componentsplugin/components.metainfo index 8ae33b65333..8a1e365266e 100644 --- a/src/plugins/qmldesigner/componentsplugin/components.metainfo +++ b/src/plugins/qmldesigner/componentsplugin/components.metainfo @@ -47,22 +47,6 @@ MetaInfo { } } - Type { - name: "QtQuick.Controls.SplitView" - icon: ":/componentsplugin/images/splitview-layouts-icon-16px.png" - - ItemLibraryEntry { - name: "SplitView" - category: "Qt Quick - Layouts" - libraryIcon: ":/componentsplugin/images/splitview-layouts-icon.png" - version: "1.0" - requiredImport: "QtQuick.Controls" - - Property { name: "width"; type: "int"; value: 100; } - Property { name: "height"; type: "int"; value: 100; } - } - } - Type { name: "QtQuick.Layouts.StackLayout" icon: ":/componentsplugin/images/stack-layouts-icon-16px.png"