[PyQt] QMetaObject.invokeMethod missing

Henning Schröder henning.schroeder at gmail.com
Wed Apr 11 20:07:25 BST 2007


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


More information about the PyQt mailing list