Ehm...well

QtCore.QObject.connect(self.tableWidget, QtCore.SIGNAL("cellChanged()"),
self.tableWasModified)

And here we have the connection statement: tableWidget contains the table
(extended from QTableWidget) and tableWasModified is the method but....

tableWasModified is NEVER executed!

Is the signal wrong? or there's something else?

TY

Fil
-- 
View this message in context: 
http://www.nabble.com/Table-changed-modified-method-tp25982965p26042252.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