Open
Description
While the whole stack (PythonQwt
, guidata
and PlotPy
) is compatible with PyQt5, PyQt6 and PySide6, there are some differences in terms of performance between Qt5 and Qt6.
For example, the following benchmark has been done on Windows 10 with Python 3.10 (on a quite limited VM):
In other words, results are +50% slower with PyQt6 (and almost +100% slower with PySide6) than with PyQt5.
We need to investigate this and to come with an action plan before Qt5 end-of-life, that is May 25th 2025.