Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.6.2
-
None
-
X11
Description
When X11 is used with Xinerama, and a widget is on a second screen, QApplication::desktop()->screenNumber called on that widget returns 1.
However, calling QColorMap::instance(1) will crash, as it only knows about old-style X screens, and not Xinerama screens.
I would expect the concept of 'screen' to be consistent between various Qt methods; or at least any inconsistencies to be document.