[Qt-interest] QTreeView alternative

Andre Somers andre at familiesomers.nl
Sun May 30 11:51:31 CEST 2010


Op 30-5-2010 2:27, Josh schreef:
> Hello all,
>
> I'm using a QTreeView to display some data that is hierarchical (ie.
> parent and child nodes). Using the QTreeView works, but it seems to me
> that there might be a better way of displaying the data graphically. I'm
> not exactly sure what would be the best way to do so, but I thought I'd
> ask if anyone knew of any QTreeView alternatives (preferably Qt and LGPL),
> but any ideas would be helpful. Has anyone developed a non-traditional
> tree view of sorts? Thanks!
>
> Josh
>    
There are plenty of alternatives, but you are not very specific on your 
requirements to say the least. Does QColumnView fit the bill for you? Or 
perhaps a QListView with a kind of "trail view" above it like you get in 
file managers nowadays?

André




More information about the Qt-interest-old mailing list