HiDPI Support: This is my initial draft that enables HiDPI throught the…

Authored by hetzenecker on Jun 18 2017, 8:51 PM.

Description

HiDPI Support: This is my initial draft that enables HiDPI throught the application Every pixmap is multiplied by the devicePixelRatioF QPainter code is ajusted to take the DPR value into account Whereever possible, code was simplified to make use of modern QPainter features

Details