PDA

View Full Version : QListWidget with checkboxes in columns



ekapek
29th June 2010, 14:11
Hi,

I need something like this:
http://i46.tinypic.com/anmrzk.png

I'm trying with QListWidget,QTreeWidget but with any succesful results. How can I do this? What use?

ekapek
29th June 2010, 14:32
http://doc.qt.nokia.com/4.0/qlistview.html#isWrapping-prop is the answer...

solved