Quote:
Originally Posted by KevinH
Okay, DiapDealer has graciously rebuilt the qt windows plugin one more time, removing the need to deal with any registry stuff.
|
Sorry for the wait - I have the day off and don't have much time at my PC. But good news - it works perfectly, at least at the glance I'm able to take.
Menus and dropdowns work perfectly on both monitors. Debug is as follows:
Code:
Debug: Primary Screen: "LG FHD (1)" "LG Electronics" "16843009\\\\.\\DISPLAY1"
Debug: geo : QRect(0,0 1920x1080)
Debug: avail geo: QRect(0,0 1920x1040)
Debug: devideRatio: 1
Debug: logical dpi: 96 96
Debug: physic dpi: 81.28 80.6824
Debug:
All Screens
Debug: Screen: 0 "LG FHD (1)" "LG Electronics" "16843009\\\\.\\DISPLAY1"
Debug: geo : QRect(0,0 1920x1080)
Debug: avail geo: QRect(0,0 1920x1040)
Debug: devideRatio: 1
Debug: logical dpi: 96 96
Debug: physic dpi: 81.28 80.6824
Debug: Screen: 1 "LG FHD (2)" "LG Electronics" "16843009\\\\.\\DISPLAY2"
Debug: geo : QRect(1920,0 1920x1080)
Debug: avail geo: QRect(1920,0 1920x1040)
Debug: devideRatio: 1
Debug: logical dpi: 96 96
Debug: physic dpi: 81.28 80.6824
I'll hopefully be able to test a bit further on Monday (maybe over the weekend, time permitting) but it looks like this is a good fix. And no Regedit!
Thanks to you both for your help!