aboutsummaryrefslogtreecommitdiffstats
path: root/conanfile.py
diff options
context:
space:
mode:
authorRichard Moe Gustavsen <richard.gustavsen@qt.io>2021-11-19 16:58:36 +0100
committerRichard Moe Gustavsen <richard.gustavsen@qt.io>2021-12-04 23:41:45 +0100
commit18da655b77de70273e1aad7b9c2c4be74f5de91e (patch)
treebf778b8277c8cbd0d094f425f26dd597b3efb8a0 /conanfile.py
parentfb954b07f2e35842fdd9df3bab39689570d046be (diff)
quick: add qquicktreeview
This patch adds TreeView to Qt Quick. It is more or less a copy from the TreeView in Marketplace, but with some modifications to make it more equal to the already existing TableView, ListView, and GridView. [ChangeLog][Item Views] A new view is added: TreeView Fixes: QTBUG-61630 Change-Id: Ibb9d22cf9c9df021e77d03287872134c2682682a Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'conanfile.py')
-rw-r--r--conanfile.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/conanfile.py b/conanfile.py
index a2ca5cecc5..139f2e1cbc 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -64,6 +64,7 @@ _qtdeclarative_features = [
"quick-shadereffect",
"quick-sprite",
"quick-tableview",
+ "quick-treeview",
]