Why is that?According to the docs "correctly" should be "1", not "2", so if there is a bug, it's in numScreens().
And I have 2...int QDesktopWidget::numScreens () const
Returns the number of available screens.
See also primaryScreen().
Well not with choosing the screens, but delivering the right information about the location of the widget - and allowing to choose the screen on which it should live.Besides, Qt should have nothing to do with choosing the screen to open the window on (at least not "by default").
And (specially) under KDE I would expect this to work - since KDE is built on Qt.
But I will read some more and look around.
Bookmarks