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

_______________________________________________
PyKDE mailing list    [email protected]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to