PythonQt News
Dynamic Python binding for Qt Applications
Brought to you by:
florianlink,
marcusbarann
We added support for dynamic metaobject creation (QtCore.Signal, QtCore.Property, QtCore.Slot), which
is only supported on Qt5 and makes use of the private QMetaObjectBuilder.
This code is not backwards compatible to Qt4 and we decided to stop Qt4 support on the svn trunk.
The last working Qt4 version can be found in the SVN at branches/Qt4LastWorkingVersion/.