We're changing an application from using old-style 'connect(SIGNAL() SLOT())' functions to new-style 'signal.connect( slot )' ones but it seems that executing 'self.sender()' in the slot doesn't have the same behaviour as it used to because it always returns None.

Is there a way to know who called the slot with new-style signal and slot?

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.


_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to