PythonQt News
Dynamic Python binding for Qt Applications
Brought to you by:
florianlink,
marcusbarann
PythonQt 3.1 has just been released and contains fresh wrappers for Qt 5.6.
It adds support for QtCore.Slot, QtCore.Signal and QtCore.Property and creates dynamic meta objects
when slots, signals or properties are added. PythonQt now contains wrappers for QtQml and QtQuick.
It does not yet support extending Qml with Python classes. The QtWebKit support is now made optional,
since Qt 5.6 does not come with QtWebKit anymore.
If you need PythonQt for Qt4, please use the svn branches/Qt4LastWorkingVersion instead of the PythonQt 3.1 release.