Multi-column QML TreeView
Unsolved
Qt for Python
-
wrote on 10 Apr 2023, 14:00 last edited by
-
I want a property editor like the one Qt Designer has but, by using QML
TreeView
(because I have nested properties) backed by aQAbstractItemModel
.Is this possible?
QTreeView
already supports this scenario.
I also want to use custom delegate as every property will have a different editor.wrote on 10 Apr 2023, 14:21 last edited by@demberto @demberto - try this , it looks very promising:
https://github.com/Daguerreo/QMLTreeViewI tried the single column only , using above example and it works perfectly.
-
@demberto @demberto - try this , it looks very promising:
https://github.com/Daguerreo/QMLTreeViewI tried the single column only , using above example and it works perfectly.
3/3