Re: [Interest] Displaying QTreeView leaf nodes in a QTableView

2023-09-22 Thread Sune Vuorela
On 2023-09-21, Richard Gustavsen via Interest wrote: > >> >> But somehow, this is not working. Only the "root" node gets displayed in the >> table view. >> >> Do you have any ideas what I could be missing? > > > I would guess/assume that if you filter out a parent node, you also filter > out a

Re: [Interest] Displaying QTreeView leaf nodes in a QTableView

2023-09-21 Thread Richard Gustavsen via Interest
> > But somehow, this is not working. Only the "root" node gets displayed in the > table view. > > Do you have any ideas what I could be missing? I would guess/assume that if you filter out a parent node, you also filter out all it’s children; The children cannot “exist” in the remaining tre