diff --git a/src/plugins/qmldesigner/componentsplugin/components.metainfo b/src/plugins/qmldesigner/componentsplugin/components.metainfo index 9714d233b66..54c54717dfa 100644 --- a/src/plugins/qmldesigner/componentsplugin/components.metainfo +++ b/src/plugins/qmldesigner/componentsplugin/components.metainfo @@ -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"