QmlDesigner: Add TreeView to item library

Change-Id: I8108202f1f8226502016d054dee64a5a5e2c5ebb
Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
This commit is contained in:
Thomas Hartmann
2016-04-21 11:42:31 +02:00
parent 27c00777d5
commit 396538dd36

View File

@@ -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"
}
}
}