Qt Listview
General and Desktop
2
Posts
2
Posters
1.9k
Views
1
Watching
-
Hi,
Is it possible to have a QListView to expand/collapse if that node contains a child? (i.e, only show parents at first, but if clicks on that node and it contains a child, then display a child?)
I have implemented a QTreeView with collapse/expand but I haven't seem anything for expanding/collapsing on listview since earlier versions.
Thanks