To copy to clipboard, switch view to plain text mode
Isn't that the information you are looking for?
Originally Posted by nurtsi
Looking at Qt source it looks like QXcbScreen::screenNumber() would return what I need. Is there any way to access this information? I don't see it (or anything about virtual desktops) in QPlatformNativeInterface.
Hmm.
A bit hackish but you could include qxcbscreen.h and then cast the QScreen::handle() to that and access the function.
Bookmarks