Multi-column QML TreeView
-
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. -
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. -
@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.