QmlDesigner.ItemLibrary: Adding TabView

Change-Id: I7335f9ce23673ee1215390eb7bb3396fec8e5ebc
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
Thomas Hartmann
2014-06-23 19:35:23 +02:00
parent 496cfdd21d
commit 53bfe6e0d8

View File

@@ -213,7 +213,23 @@ MetaInfo {
}
}
Type {
Type {
name: "QtQuick.Controls.TabView"
icon: ":/componentsplugin/images/window16.png"
ItemLibraryEntry {
name: "Tab View"
category: "Qt Quick - Controls"
libraryIcon: ":/componentsplugin/images/window.png"
version: "1.0"
requiredImport: "QtQuick.Controls"
Property { name: "width"; type: "int"; value: 360; }
Property { name: "height"; type: "int"; value: 300; }
}
}
Type {
name: "QtQuick.Controls.GroupBox"
icon: ":/componentsplugin/images/window16.png"