Re: [Interest] Model-view solution

2021-06-06 Thread Max Paperno
Hi Lars, Qt5 has a concept of Proxy Model - would it be possible to implement a list model and then use proxy model to "transforms" the data into a tree structure? Short answer would be "yes." Which approach is preferable for you really depends on your needs (current and possibly future). A

[Interest] Model-view solution

2021-06-06 Thread Lars Sunde
Hello folks, We are looking for some feedback on using Qt5 model view framework. Our model contains two building blocks (item and list) that has the same metadata attributes (id, title, type, author, publish year, revision, data etc). List is basically just references to items. A conceptual ex