forked from qt-creator/qt-creator
QmlDesigner: Add TreeView to item library
Change-Id: I8108202f1f8226502016d054dee64a5a5e2c5ebb Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
This commit is contained in:
@@ -385,4 +385,17 @@ MetaInfo {
|
||||
}
|
||||
|
||||
|
||||
Type {
|
||||
name: "QtQuick.Controls.TreeView"
|
||||
icon: ":/componentsplugin/images/window16.png"
|
||||
|
||||
ItemLibraryEntry {
|
||||
name: "TreeView"
|
||||
category: "Qt Quick - Controls"
|
||||
libraryIcon: ":/componentsplugin/images/window.png"
|
||||
version: "1.4"
|
||||
requiredImport: "QtQuick.Controls"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user