How to display QWidget in front of the taskbar?
-
I want to display QWidget in front of the taskbar.
Couldn't do it in Qt::WindowStaysOnTopHint.
Qt::WindowFullScreen makes it appear in front of the taskbar.
But, QmessageBox does not work properly when Qt::WindowFullScreen is used.
So I don't want to use Qt::WindowFullScreen if possible.
Is there any way to do this?