Change High dpi Mode in settings
-
Hi
I think you still have to.
so only option to have app restart. -
Is there a simple way to set QT_AUTO_SCREEN_SCALE_FACTOR per application in windows 10 ?
@Megamouse
Hi
From the Windows Os itself, i think there is not.
However, i was wondering if
qputenv("QT_AUTO_SCREEN_SCALE_FACTOR", "1");
inside app would work so each app controls it.