Details
-
Type:
Bug
-
Status: Reported
-
Priority:
P2: Important
-
Resolution: Unresolved
-
Affects Version/s: 5.14.2
-
Fix Version/s: None
-
Component/s: GUI: High-DPI
-
Labels:None
-
Platform/s:
Description
Check Windowsflag sample application provided by QT
Enable high DPI scaling flag with
SetProcessDpiAwarenessContext(permonitor V2);
QApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
Problem:
When Dialog is moved across different DPI monitors, radio button and check mark graphics break on low DPI monitor(100%, 1920x1080). Sample application is lunched on HDPI monitor(4K 300%). Check attached Image
Monitor 2 (100% scaling) 1980x1080
Monitor 1 (300% scaling) 4K