Qstatemachine support in n pyqt6

Phil Thompson phil at riverbankcomputing.com
Mon Jan 27 16:06:49 GMT 2025


On 26/01/2025 09:29, Sebastian Schleehauf wrote:
> Hello list, hello Phil,
> 
> i have been using QStatemachine in pyqt5 a lot, i worked really well.
> It would be great to have it in pyqt6 as well. According to
> https://doc.qt.io/qt-6/qtstatemachine-changes-qt6.html, _"The Qt
> StateMachine [1] module is generally speaking source compatible with
> the Qt5 version and users of the library should be able to continue
> with no or minor changes to their project."_
> 
> Having very little c++ and no sip knowledge, i failed to set up an
> environment on Windows to build and test it myself.  Is there a reason
> why it was dropped when the code was migrated to Qt6?

It was missed because it got moved to its own library in Qt6. It should 
be in the next PyQt6 snapshot.

Phil


More information about the PyQt mailing list