Does QtScript being deprecated affect PythonQt
Dynamic Python binding for Qt Applications
Brought to you by:
florianlink,
marcusbarann
I've just started using PythonQt and I'm really impressed with it. Looking through the sources it looks like it uses the Qt Script Generator (at least I think). It looks like the Qt team is deprecating Qt Script in Qt 5.5. Does this affect QtScript? Will it stop working in future versions of Qt?
The relevant topics that I can find on this include:
http://qt-project.org/wiki/New-Features-in-Qt-5.5
and
http://comments.gmane.org/gmane.comp.lib.qt.devel/19929
No, PythonQt does not use QtScript at all and does not depend on it.
It uses a fork of the Qt Script Wrapper generator, which was a fork from the QtJambi generator. This fork works without any requirements on QtScript, it generates the Qt wrappers in the PythonQt decorator format.