Qt4 bindings for Python using Boost.Python. The goal is to make a very
pythonic API but taking advantage of thepower of Qt. Another goals are:
QtDesigner integration, C++ embedded Python Widgets and an extensive
documentation with demos and examples.<br>
<br>
>>> Changelog for 0.0.3<br>
- Support for unicode <br>
- Rewriten connection mechanism. Now we use QMetaObject.<br>
- Added suppor for Layout classes<br>
- Added a few examples (exmaples/layout) and some tests<br>
- Better support for virtual methods (specially in QObject, QLayoutItem, QLayout)<br>
- Better memory management (still unstable)<br>
- Using custom Boost.Python policy to manage parent/child references<br>
- QtDesigner plugin (just a scratch)<br>
- C++ embedding (exemple, must become a library)<br>
<br>
<a href="http://developer.berlios.de/projects/python-qt4/">http://developer.berlios.de/projects/python-qt4/</a><br>
<br>
[Eric Jardim]