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.
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.