I want a property editor like the one Qt Designer has but, by using QML TreeView
(because I have nested properties) backed by a QAbstractItemModel
.
Is this possible? QTreeView
already supports this scenario.
I also want to use custom delegate as every property will have a different editor.