View Single Post
Posts: 432 | Thanked: 645 times | Joined on Mar 2009
#2
Hi,

for the resolution you can use:

Code:
#include <QDesktopWidget>
 ...
QApplication::desktop()->screenGeometry();
Which ID do you mean?

Daniel
 

The Following 4 Users Say Thank You to danielwilms For This Useful Post: