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 _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
