PDA

View Full Version : Modifying QListView items



Daniel Salcedo
14th September 2009, 15:59
I've been using a QListView with checkable items provided by the QCheckListItem class. The problem is that now I need to have two checkboxes for each item. Is there any relatively simple way to implement it, without writing a new class from scratch, but using only existing QT widgets?