Hi, I have Python embedded in a C++ application and I want to call its signals and slots without creating an extra wrapper with SIP.
Therefore I need QMetaObject.invokeMethod (or perhaps better QObject.qt_metacall I guess). I got the idea from Kross (http://kross.dipe.org/index.html) and I got nearly everything implemented in PyQt4, see http://henning.cco-ev.de/mikro_py.txt if you like. Is there any special reason why this method is not wrapped? It looks not as easy as setText() for example but not impossible. Regards Henning _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
