executing window of QT Design Studio is not high DPI scaling
-
wrote on 26 Apr 2022, 11:48 last edited by
QT Design Studio itself works correctly with high DPI scaling, but the output window doesn't. So I get defferent display with QT Creator and QT Design Studio.
-
wrote on 4 May 2022, 12:35 last edited by
In the environment in the .qmlproject file we define QT_AUTO_SCREEN_SCALE_FACTOR: "1" by default.
You can remove this from the .qmlproject file to enable high DPI scaling.