QtMvvm
QtMvvm copied to clipboard
TreeView with mvvm add/delete/change
How can implement such operations in mvvm with treeview?
I am not sure what you are asking. You can simply create an QAbstractItemModel in the core library, provide it via a ViewModel properties and use it from the GUI as wished.
An example for this can be found in the samples:
Thank you.I will have a try.
I am not sure what you are asking. You can simply create an
QAbstractItemModelin the core library, provide it via aViewModelproperties and use it from the GUI as wished.An example for this can be found in the samples:
Facing issues while implementing, can you please share an example in the samples?