[PyQt] SIPing a subclass of QApplication

Oliver Heyme olihey at googlemail.com
Mon Mar 30 13:21:30 BST 2009


Hi (me again :) ),

I have Python 3 embedded in my C++ QT-application and now would like
to export my most important classes to Python to be able to "script"
the application.

I started with LBBApplication which is inherited from QApplication.
Now I have the problem with the constructor of my class!
What should I use in the sip file to define the constructor:

LBBApplication(int &argv,char*argc[]);

Please help, I couldnot find any documentation on that!

Thanks,
Oli


More information about the PyQt mailing list