Qt scales incorrectly for different resolution even with DPI aware
Unsolved
General and Desktop
-
Hello,
I have an issue with the scaling of the desktop application. I have attached the screenshot at the end.
Used the following but- ::setAttribute(Qt::AA_UseHighDpiPixmaps)
- etAttribute(Qt::AA_EnableHighDpiScaling); and DisableHighDpiScaling
- qputenv("QT_AUTO_SCREEN_SCALE_FACTOR", "1")
- putenv("QT_SCALE_FACTOR", "1");
Not quite sure where the problem is and how to debug this situation. So any suggestions or help is appreciated. Thank you.
The actual:
After changing the resolution:
-
Hi
You mean the text is cut off in the list to left?