[PySide] Accessing C++ QObject subclass from script?

Alexander Jones aj at dneg.com
Fri May 25 22:59:26 CEST 2012


Something like this?

http://www.pyside.org/docs/shiboken/shibokenmodule.html#shiboken.wrapInstance

On 22 May 2012 22:14, Paul Miller <paul at fxtech.com> wrote:

> I got PySide 1.1 working in my hybrid app (thanks Roman for your help!)
> using Qt 4.7.4 and Python 2.7. I can create new Qt widgets and use my
> existing C++ QApplication and it seems to work fine.
>
> Now I would like to expose some of my internal QObjects that have
> already been created by the time the Python interpreter starts up.
>
> For my existing data model interface to Python, I've hand-created some
> Python bindings for my classes. What do I need to do to return a pointer
> to one of my created QObjects back into PySide, so I can connect signals
> to it?
>
> *I can't use an auto-type-generator thingy like in the superhybrids
> article*.
>
> _______________________________________________
> PySide mailing list
> PySide at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/pyside
>



-- 
Alexander Jones
Double Negative R&D
www.dneg.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/pyside/attachments/20120525/0d4a2b96/attachment.html>


More information about the PySide mailing list