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.

_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to