Add support for Pyside2
Closed this issue · 3 comments
Would it be possible to insert the PySide2 backend? It is the same as Qt5, which is already supported in the current version. Thanks.
Why not, looks like just making the module import smarter should do the trick. The only thing is, that the PySlide2 and Qt5 seems old already. What about moving to PySlide6 and Qt6? (I am personally not using any of those so I do not know the current situation well enough.)
PySide2 support added into the code. Pero automatically uses either PyQt5 or PySlide2, whichever is available.
Just added additional support for PyQt6 and PySide6. There are some compatibility issues but Pero takes care of them. Still, there are some strange issues with fonts scaling and high-res monitors - Qt6 seems to handle it better.