hi,

i want to set a QGL Widget to fullscreen. To do that im using

QApplication::desktop()->size()

It works fine with one display but when im using a second display i get the size of both displays. (It still works when i'm cloning my first display)

how do i get the size of the display my application is running on?