PySide going to qt5 with help from autodesk

its coming friends. im assuming python 3 will be in our future as well

Exciting! Do we know which iteration of Qt 5? There is at least one function introduced in 5.2 that would be nice to have (QThreadPool.clear()). And the latest version is 5.5.

i would imagine they would shoot for the latest, but who knows. with AD behind it, maybe they’ll keep up with everything

Looking through the bitbucket repo, I can’t actually see a reference to the version. But yeah hopefully aiming towards the latest.

So this popped up on the pyside-dev mailing list:

On July 19, 2015 7:32:30 PM CDT, Christian Tismer <[email protected]> wrote:
As a quick note to all:

On the weekend, I pushed five repos to github/PySide.

This is my current working set. Everything is in the “qt5” branches.

https://github.com/PySide/pyside2
https://github.com/PySide/pyside-setup2
https://github.com/PySide/pyside-tools2
https://github.com/PySide/pyside-examples2
https://github.com/PySide/shiboken2

The code builds for everything relevant but a bit of QtWidgets. This will be
fixed, tomorrow.

Then testing can be started, and the things that I did not do, yet.
This will go into the issue tracker.

Cheers - Chris

Its in 5.4 currently, and I think the main guy is trying to get it to 5.5 currently. He’s keeping them as separate branches right now until he figures out what are the differences.