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
.
![42fdb55f-d0d5-4aad-871e-784e282348c0-image.png](https://ddgobkiprc33d.cloudfront.net/cba80a81-893d-48fb-892f-bd4ce9c2cec8.png)
Is this possible? QTreeView
already supports this scenario.
I also want to use custom delegate as every property will have a different editor.