[PyQt] C++ Qt widget called in python?

Daniele Esposti expo at expobrain.net
Wed Feb 8 08:49:02 GMT 2012


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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20120208/26087a99/attachment.html>


More information about the PyQt mailing list