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"