Hi,<br>I have a QTableWidget and in one column it as QCheckBox.<br>May problem is tha I want to pick the action of the user when he/she changes <br>the state of the checkBox.<br>Tryed <br><span style="font-family: courier new,monospace;">self.connect(self.mygrid,  SIGNAL("cellChanged(int,int)"), self.cellUpdate)</span><br>
and<br><span style="font-family: courier new,monospace;">self.connect(self.mygrid,  SIGNAL("itemChanged(QTableWidgetItem*)"), self.cellUpdate)</span><br><br>without any result, self.cellUpdate is not called.<br>
<br>Thank you in advance for your help.<br>Regards.<br>