PDA

View Full Version : QListView 'details' mode



squidge
6th October 2009, 23:50
I want a listview with a column bar along the top and text lines underneath, the same as 'details' view mode on Windows explorer. The color of the text for each row/column depending on a data structure held in memory.

QListView only seems to have ListMode and IconMode, and I also don't see any way of setting the names of the columns ?

Lykurg
7th October 2009, 07:55
have a look at QTreeView.