Skip to content
This repository has been archived by the owner on Mar 4, 2023. It is now read-only.

TreeView with mvvm add/delete/change #4

Open
happydpc opened this issue Oct 25, 2019 · 3 comments
Open

TreeView with mvvm add/delete/change #4

happydpc opened this issue Oct 25, 2019 · 3 comments
Assignees
Labels

Comments

@happydpc
Copy link

How can implement such operations in mvvm with treeview?

@Skycoder42 Skycoder42 self-assigned this Oct 26, 2019
@Skycoder42
Copy link
Owner

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:

@happydpc
Copy link
Author

Thank you.I will have a try.

@shujaatak
Copy link

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:

Facing issues while implementing, can you please share an example in the samples?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants