Hi,

Finally I solved this problem on Virtual Desktops:

Qt Code:
  1. QRect qAvGeometry = app.desktop()->availableGeometry(0);
  2. //Move the MainWindow to left by horizontal pixels(horizontal resolution)
  3. mainWindow.move((iScreen-1)*(qAvGeometry.width()+1),0);
To copy to clipboard, switch view to plain text mode