Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Change High dpi Mode in settings
-
Hi,
Ist it possible to switch the high dpi flag from enabled to disabled and vice versa while the application is already running?
Last time I tried it had to be set before running the QApplication.
Regards,
Megamouse
-
Hi
I think you still have to.
so only option to have app restart.
-
@mrjj too bad. Thx
-
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.