This question has been asked here already, but I'm trying to reignite its flame because it received no answer. So the question still stands, is there a way for me to automatically upscale my applications for higher resolution monitors? Or is this feature still unavailable?
Asked
Active
Viewed 1,459 times
2
-
There is support for high DPI displays since Qt 5.4. Check http://stackoverflow.com/questions/24367355/automatic-rescaling-of-an-application-on-high-dpi-windows-platform/28598760#28598760 – Nejat Feb 19 '15 at 05:00
-
yes, please check here: http://doc.qt.io/qt-5/highdpi.html . Take precise look to QT_SCREEN_SCALE_FACTORS please. – Vladimir Tsyshnatiy Feb 01 '17 at 09:04