[Qt-interest] Hide the first column of QTableView about line number

Andreas Pakulat apaku at gmx.de
Fri Jul 17 02:26:34 CEST 2009


On 16.07.09 13:59:34, Israel Brewster wrote:
> Another option (which I personally prefer, because I think it gives
> me a cleaner look) is to use a QTreeView instead of a QTableView to
> display your model. It sounds somewhat counter-intuitive if you have
> a table to display, but it works well.

Well, it works as long as your data doesn't grow too much, a tableview
can do certain optimizations that a treeview cannot do (due to the fact
that a tableview has no hierarchy).

Andreas

-- 
Domestic happiness and faithful friends.



More information about the Qt-interest-old mailing list