Hi Florian,

I'll answer as best I can while waiting for the core dev team members to arrive...

ext Florian Link wrote:

I would be interested if you have plans to make PySide embeddable in a
C++ Application to embedd Python in a Qt Application.
Apart from that, are there any plans to make PySide a bit more
"dynamic" as e.g. QtScript, which allows to script
unknown QObjects by their signals/slots and properties?

I believe the embeddability is currently a bit outside of PySide scope. The current approach is to create the bindings statically in advance instead of using introspection, and I believe that suits our goals pretty well (although some might disagree ;-)).

Richard Dale mentioned some weeks ago he'd be interested in replacing the current PySide binding generation scheme with Smoke. This might allow features you were interested in. I don't know whether there has been any progress, though.


Cheers,

ma.
_______________________________________________
PySide mailing list
[email protected]
http://lists.openbossa.org/listinfo/pyside

Reply via email to