Re: [Interest] QListView and collapsing nodes

2012-05-08 Thread Andreas Pakulat
On Tue, May 8, 2012 at 5:03 PM, Jason Dictos wrote: > So I have this QTreeView class, which I populate the underlying model with > things at various times. I am struggling with an issue though that whenever > I update a particular QModelIndex, that level of nodes is collapsed by the > view.

[Interest] QListView and collapsing nodes

2012-05-08 Thread Jason Dictos
So I have this QTreeView class, which I populate the underlying model with things at various times. I am struggling with an issue though that whenever I update a particular QModelIndex, that level of nodes is collapsed by the view. The net effect is whenever a user refreshes an expanded node, th