PDA

View Full Version : List with several columns



martisho
3rd December 2009, 09:14
Hi,

i would like to show to the user a list of items that contains several columns, in runtime each specific period, this list show another item, so it would be interesting it will show a horizontal o vertical scroll bar when was necessary.

In a previous project, i used Q3listview, but the problem to this, is it didn´t let me to put more than 8 columns, i think it is not what i need, beacuse i will need more than 8 columns..

What do you recommend me for the list and for the scrollbar?

Thans in advance.

wysota
3rd December 2009, 09:16
QTableView or QTreeView (or QTableWidget or QTreeWidget if you don't want to take the model-based approach) is what you are after.