forked from qt-creator/qt-creator
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:
@@ -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 {
|
Type {
|
||||||
name: "QtQuick.Layouts.StackLayout"
|
name: "QtQuick.Layouts.StackLayout"
|
||||||
icon: ":/componentsplugin/images/stack-layouts-icon-16px.png"
|
icon: ":/componentsplugin/images/stack-layouts-icon-16px.png"
|
||||||
|
Reference in New Issue
Block a user