A sustainable solution to GUI scaling issues #2429
Replies: 2 comments 2 replies
-
Are we moving to PyQt6 first or PySide first? I thought I heard rumblings at the code camp and before that folks were looking to move to PySide (the BSD compatible python wrapping of Qt)? That said a better solution to the gui scaling issues would be very welcome I think. The current solution does not appear to me that sustainable either. |
Beta Was this translation helpful? Give feedback.
-
We are moving first to PySide2 then updating PySide2 to PySide6. I want to do this internally in stages, but also don't want to merge anything until the PySide6 version is properly working. |
Beta Was this translation helpful? Give feedback.
-
The GUI has various issues around scaling on different systems, and for this reason we added preferences that allows users to choose how they scale things. However, it's not a particularly sustainable approach, and it's still very hard to get everything looking right on every system.
PyQt6 should deal with scaling differently, so do we just wait to see what it is like after we move?
Are there other strategies that we could employ to enable a more consistent look and feel?
Beta Was this translation helpful? Give feedback.
All reactions