How do I set zoom levels
Moved
Solved
Qt Creator and other tools
-
My Qt Creator, 3d Studio, and Designer are all set at extremely high scale levels for the editor user interface. I have the open-source version, does that have something to do with it? If not, where is the control to set the zoom level?
-
Qt Creator->Options->Environment->Enable high DPI scaling. Try toggling that setting, maybe it will help.
If not, using some Qt env vars might help as well. https://doc.qt.io/qt-5/highdpi.html
-
Thank you, that really helped.