I wonder if the new Qt6 is any better with monitors with negative coordinate systems.
I would hope that Display Settings in Windows would automatically map all screens into one positive quadrant no matter the order of main or secondary Windows. There are so very many bug reports in Qt related to Windows Display Settings and mappings of multiple monitors. They have tried so many "fixes" to no avail but Qt seems to misunderstand how screen scaling impacts both the starting offset position and the coordinate mapping for width and height.
Qt docs said that Qt will force to a QMainWindow to open on the primary monitor if the second monitor has been removed, but when the second monitor is powered down it still seems to get detected and set up even though it should not be, but this appears to be a Windows thing.
|