[PyQt] Table changed/modified method

Filippo Rebora filirebo at gmail.com
Mon Oct 26 11:16:50 GMT 2009


4.4.3

By the way, problem solved using
self.connect(self.tableWidget, QtCore.SIGNAL("cellChanged(int,
int)"),self.tableWasModified)

Yes it was quite simple, after all, but I'm totally new to signals

incidentally
self.tableWidget.cellChanged(int, int).connect(self.tableWasModified)

Still doesn't work

Fil
-- 
View this message in context: http://www.nabble.com/Table-changed-modified-method-tp25982965p26057896.html
Sent from the PyQt mailing list archive at Nabble.com.



More information about the PyQt mailing list