On Fri, 9 Mar 2012 13:48:06 +0100, Kermit <[email protected]> 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 _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
