Emmanuel Mayssat | 8 Feb 08:25
Picon

C++ Qt widget called in python?

Is it possible to call C++ Qt widget in PyQt?
If so how?
(Do I need to sip the lib?)

simple example? (let's say a subclass of QLabel in C++)

Regards,
--
E

Daniele Esposti | 8 Feb 09:49

Re: C++ Qt widget called in python?

Hi Emmanuel,

have a look to the sip documentation on Riverbank Computing's website http://www.riverbankcomputing.com/static/Docs/sip4/index.html ,it's a good starting point.

For a lot of example look at the .sip files inside the PyQt4 package. 

On Feb 8, 2012 7:25 AM, "Emmanuel Mayssat" <emayssat <at> gmail.com> wrote:
Is it possible to call C++ Qt widget in PyQt?
If so how?
(Do I need to sip the lib?)

simple example? (let's say a subclass of QLabel in C++)

Regards,
--
E

_______________________________________________
PyQt mailing list    PyQt <at> riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Gmane