Hi All,

I am having a problem placing a window just above the taskbar, and detecting if there is a taskbar at the top (normal for Gnome and OSX, not usually on KDE and Windows).

For some reason both..

QApplication::desktop()->screenGeometry() and
QApplication::desktop()->availableGeometry()

..are returning exactly the same, the full size of the screen.

Any ideas what I might be doing wrong?

Thanks