[PyQt] pyqtSlot

Phil Thompson phil at riverbankcomputing.com
Fri Mar 9 13:30:19 GMT 2012


On Fri, 9 Mar 2012 13:48:06 +0100, Kermit <stef.kermit at gmail.com> wrote:
> hi all,
> 
> i can't find solution for discover decorate slot function ( vs classic
> function ) in pyQt
> 
> it's possible ?

It's probably easiest to use the Qt introspection stuff (QMetaObject) for
the slot that the decorator creates.

Phil


More information about the PyQt mailing list