I have a QTreeView that really only shows a 2-dimensional dataset. I just think a treeview (really just a list with columns) is more appropriate for this data than a table.

Still, the Qt documentation tells me that the QAbstractTableModel is not suitable for use with treeviews. Do they only mean hierarchical treeviews? Or is there an incompatibility even for 2D treeviews?

I'd just like to know that before I start coding.

Thanks!