Hello,

I would like to get the Systray height, but I'm not sure that Qt allows it.
Why ? Cause I want my gui to be placed juste on the top of the task bar, in order to display informations like bubbles do.

I can get the screen height with screenGeometry(),
I can get my application height with a simple call to height() (It's a QDialog ),
but I don't know how to get the Systemtray height .

Do you know if it is possible ?
Perhaps getting the task bar height would be a better idea, but I haven't found how to do this to...

Thanks for your help .