QListView how to add column ?

Posted by Samir on Stack Overflow See other posts from Stack Overflow or by Samir
Published on 2010-04-15T11:21:27Z Indexed on 2010/04/15 11:23 UTC
Read the original article Hit count: 350

Filed under:
|
|

How can I add columns to QListView control. Found a method addColumn while seardhing, but in my Qt Creator 1.2.1 based on Qt 4.5.2(32 bit) QListView doesn't have such method at all !!!

So how would I add columns ?

Say I have 3 columns then what is the code to add a row ?

© Stack Overflow or respective owner

Related posts about qt

Related posts about qlistview