- 
    Bug 
- 
    Resolution: Incomplete
- 
    P2: Important 
- 
    None
- 
    5.14.2, 6.2.4
- 
    None
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


