Changing QCursor dynamically between @1x and @2x
Unsolved
General and Desktop
-
My system has a mixed device pixel ratio screen, i.e one retina screen(@2x) and one normal dpi screen (@1x).
For this kind of system, is there a way where I can change the QCursor dynamically if I have @1x & @2x resources according to screen?
I could not find any information on how I can achieve this.
PS: I am aware that Qt does scale automatically according to the screen device pixel ratio. But I do not want that.