Hi,
I have implemented an QAbstractListModel and I used it for manage the element inside a ListView.
Now I had another problem.
I have 2 ListView:
- the first list is full of element
- the second list is empty
I also have an addButton and I defined a signal/slot for it.
How can I move the selected object from the first list , to the second?
Thanks you
Bookmarks