Overview

The PySide project provides LGPL-licensed Python bindings for the Qt cross-platform application and UI framework. PySide Qt bindings allow both free open source and proprietary software development and ultimately aim to support all of the platforms as Qt itself.

WHAT'S NEW?
February 11th, 2010

Status update: Shiboken QtCore done, QtGui almost there

I’ve been making PySide status updates on the mailing list but have managed to somewhat neglect the website. Here are links to a couple of previous recent status updates:

http://lists.openbossa.org/pipermail/pyside/2010-January/000375.html
http://lists.openbossa.org/pipermail/pyside/2010-January/000353.html

And here’s about last sprint’s results and the immediate future plans:
Last sprint’s main goal was to finish Shiboken QtCore and QtGui module bindings. QtCore got done [...]

January 19th, 2010

Shiboken Threading Support Done

Shiboken now has proper threading support putting QtCore in an “almost done” state.
Read the mailing list announcement for more details.

January 11th, 2010

Signals and Slots with Shiboken

The support for Qt’s signal/slot system in the Shiboken  fork of PySide has been completed! Happiness abound!
Read the mailing list announcement for more details.

For binding developers

If you are interested in more than just using the PySide bindings then your wanting probably falls in one of these categories:
Create your own bindings for Qt4 based libraries
If you have a library built on top of Qt4 and want to make it available on Python, then check out the Binding Generator section on how [...]

Read more