Roadmap

The main points that are planned for the next releases are:

New-style signals and slots

PyQt 4.6 introduced a new-style signal and slot API, offering a much more Pythonic way of defining and connecting signals and slots. New-style signals and slots will be supported according to PSEP 100.

Qt 4.7 support

PySide will support the new features and modules of Qt 4.7, including Qt Quick (the Qt Declarative UI), the new bearer management API, and the new Multimedia API.

Qt Mobility API support

Full support for the recently published Qt Mobility APIs will be provided.

Adopt PyQt’s API 2

In addition to the original API, PyQt now provides a new API 2 and makes it default for Python 3. According to PSEP 101 (in draft phase as of writing this), PySide will adopt API 2 and replace the current API with it for both Python 2 and 3.

Python 3 support

We plan to add support forĀ  Python 3 in the near future.