QCheckListItem signal question

David Boddie davidb at mcs.st-and.ac.uk
Tue Sep 20 11:07:47 EDT 2005


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.

Hope this helps,

David




More information about the Python-list mailing list