Re: Plans for PyQt6?
Phil Thompson <[email protected]> Tue, 28 Apr 2020 10:35:12 +0100
| Newsgroups | gmane.comp.python.pyqt-pykde |
|---|---|
| Message-ID | <[email protected]> |
On 28/04/2020 10:20, Florian Bruhin wrote: > Hey, > > Inspired by the thread about qmake, I was wondering what the plans for > PyQt6 > are in general. > > Right now I'm assuming: > > - The module name will change from PyQt5 to PyQt6, so applications > needing to > support both will need some kind of wrapper > > - There will be relatively few API changes outside of the ones in Qt - > right > now I can only think of unscoped enum access being removed: > > https://www.riverbankcomputing.com/static/Docs/PyQt5/gotchas.html#enums > > - PyQt6 will be released some time after Qt 6 itself, though I guess > nightly > snapshots will work against Qt 6 at some point before that: > > https://lists.qt-project.org/pipermail/development/2020-April/039382.html > > Does that sound about right? Yes. I plan to start working with Qt6 much earlier than I did with Qt5 and would expect the release of PyQt v6.0.0 to be soon after the corresponding release of Qt. Closer to the time I will be asking people about other changes to make - this being an opportunity to break things for the better. Phil