Hi All
i've a dialog of size 401,431. I want to display it in the centre of my screen. But its showing at different position in different systems. (may be because of the different resolution ). How to achive it.
in constructor, I did like

Qt Code:
  1. this->move(QApplication::desktop()->screenGeometry().center());
To copy to clipboard, switch view to plain text mode 

But its not working.
Plz help.