[PyQt] Table changed/modified method
Filippo Rebora
filirebo at gmail.com
Sat Oct 24 20:31:56 BST 2009
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.
More information about the PyQt
mailing list