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