QmlDesigner: Remove SplitView from library

This was done for controls 1.
SplitView in controls 2 requires proper test and support.

Change-Id: I749ee072abb50256ad87002605e3064e0a066f29
Reviewed-by: Henning Gründl <henning.gruendl@qt.io>
This commit is contained in:
Thomas Hartmann
2021-08-11 08:33:19 +02:00
parent eb54c77ebb
commit 48e0ae7bd6

View File

@@ -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"