@CRussel: Qt doesn't have support for multiple virtual desktops, in Qt a "virtual desktop" is just a large rectangle containing the geometries of all monitors assigned to the virtual desktop. There can be only one such. I think what you are referring to is more like a "workspace" (i.e. a collection of windows that can all be switched to with a single key press/mouse action). Restoring to these is extremely platform specific and not supported in Qt.
|