Re: Map table to tree through model/view possible?
Originally Posted by wysota
You need to have a proxy model and implement mapToSource() and mapFromSource() there (apart from the rest of the required methods, of course).
I already tried that, but I do not know how to implement mapFromSource() and mapToSource() to make the index point to the index with the same row, but with column-1,
Bookmarks