[PyKDE] QTableWidget Signals
Paulino
paulino1 at sapo.pt
Tue Feb 13 01:45:50 GMT 2007
Hi!
I'm not able to get the QTableWidget item's signals working.
Like In this example:
QObject.connect( self.tabMaster, SIGNAL("itemClicked(item)"), self.Alert )
Î think the problem is in the argument "item" in itemClicked(), that
should be something diferent - a QTableWidgetItem ...
Can you show me an example of how to connect a QTableWidget
itemClicked() signal to something?
I can manage the QTableWidget cells signals like cellActivated(int, int)
or cellChanged(int, int) these are working fine.
Thanks,
Paulino
More information about the PyQt
mailing list