PDA

View Full Version : QListWidgetItem checkable



mikro
16th July 2006, 15:16
Excuse me for what surely is a dumb question: i see there is a checkState () of QListWidgetItems and using the search-function i came across a thread were somebody was talking of clicking the checkbox. But how do i make checkboxes appear with the QListWidgetItems in a QListWidget?:confused:

jacek
16th July 2006, 15:22
You have to invoke QListWidgetItem::setCheckState().