PyQt3Support r3 (Default branch)

PyQt3Support is an extension to PyQt4 that addsbindings to Qt's Qt3Support library for usage fromthe Python language. This is very helpful tomigrate existing PyQt3 applications to PyQt4.License: GNU General Public License (GPL)Changes:
An upgrade to PyQt 4.4.3. Deprecated warnings support: this release uses the /Deprecated/ SIP annotation. The /Deprecated/ annotation raises a Python Warning when Qt3Support is used, both in plain Q3 classes and Qt3Support methods in Q4 classes.

More...