On Windows the way the scaling works in Qt6 is a somewhat different that what it was in Qt5 and with each Qt6.x update the behavior seems to change again.
I think the main issue Qt has is with the dpi scaling Windows additionally does.
Does it work better if you go fullscreen.
You can also test whether it differs if you start Hybrid with:
You can also try how it looks if you use:
where XXX can be any positive float like 0.75
Cu Selur
Ps.: Normal font scaling worked on my Windows systems. (all Windows 11, but with different Monitor sizes and resolutions, so I'm surprised that the gui isn't scaled by only the font for you.)
I think the main issue Qt has is with the dpi scaling Windows additionally does.
Does it work better if you go fullscreen.
You can also test whether it differs if you start Hybrid with:
Hybrid -platform windows:dpiawareness=2
Hybrid -platform windows:dpiawareness=1
Hybrid -platform windows:dpiawareness=0
set QT_SCALE_FACTOR=XXX && Hybrid
Cu Selur
Ps.: Normal font scaling worked on my Windows systems. (all Windows 11, but with different Monitor sizes and resolutions, so I'm surprised that the gui isn't scaled by only the font for you.)
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.