[Qt-interest] Tree and Table view on same model
Jonathan Lee
jlee975 at uwo.ca
Tue May 18 17:34:34 CEST 2010
Sean Harmer wrote:
> Oh as André mentioned you may want to filter out the leaf nodes from the
> tree view by using a proxy model between the source model and the tree
> view. The table view can operate directly on the source model since you
> are "filtering" out the structural nodes by using setRootIndex().
Thanks all for the help. This is exactly what I was looking for.
--Jonathan
More information about the Qt-interest-old
mailing list