A
Artur M. Piwko
Is there a way to distinguish if QCheckListItem was checked/unchecked
or clicked?
or clicked?
David Boddie said:You could connect the currentChanged() or clicked() signals in your
QListView to a slot in some other object (perhaps the parent of the
QListView). When the signal is emitted, you can examine the state of
the item passed to the slot.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.