I\'m trying to get the resolution of the screen as well as the resolution of a specific window (in which a program is running) on Linux system. I don\'t need to modify the resol
Depends:
QApplication::desktop()->screenGeometry()(see http://doc.qt.digia.com/4.0/qdesktopwidget.html )