[Interest] Displaying QTreeView leaf nodes in a QTableView
Richard Gustavsen
Richard.Gustavsen at qt.io
Thu Sep 21 13:44:06 CEST 2023
>
> 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 tree model without it’s parent.
-Richard
More information about the Interest
mailing list