Does Qt support Windows 10 multi-desktops?
Unsolved
General and Desktop
-
Hello.
I want to work with Windows 10 decktops in my application. For example i want to know, is my window placed on active desctop or not. Looks like QDesktopWidget does not support it. Does Qt has the same functionality as this intarfece IVirtualDesktopManager?
-
@Unick
Hello,
I think your best bet is to look up the windows extras and if anything can be of use there. I don't think the core modules will support virtual desktop management on windows (or any other platform for that matter).Kind regards.