forked from qt-creator/qt-creator
QmlDesigner.ItemLibrary: Adding TabView
Change-Id: I7335f9ce23673ee1215390eb7bb3396fec8e5ebc Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
@@ -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"
|
name: "QtQuick.Controls.GroupBox"
|
||||||
icon: ":/componentsplugin/images/window16.png"
|
icon: ":/componentsplugin/images/window16.png"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user