Hi !, I'm using a QTable, there is a CheckBox in a cell. checkRage = QCheckBox(self.table) self.table.setCellWidget(newLine,3,checkRage) When I click on the checkBox, I would like to receive the signal. I tried this : self.connect(self.table,SIGNAL\ ('clicked(int,int,int,const QPoint&)'),self.ok) def ok(self,i,j): print i,j I not receive the signal for this cell. Any ideas ? Thanks !! -- David Florkin _______________________________________________ PyKDE mailing list PyKDE@mats.gmd.de http://mats.gmd.de/mailman/listinfo/pykde