Hi,
I have a QTableWidget and in one column it as QCheckBox.
May problem is tha I want to pick the action of the user when he/she changes

the state of the checkBox.
Tryed
self.connect(self.mygrid,  SIGNAL("cellChanged(int,int)"), self.cellUpdate)
and
self.connect(self.mygrid,  SIGNAL("itemChanged(QTableWidgetItem*)"),
self.cellUpdate)

without any result, self.cellUpdate is not called.

Thank you in advance for your help.
Regards.
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to