Hi!

I would like to do something like this:


I have some widgets (a graphicsView and a stacked widget) that I would like to place a popup widget over (as in the right lower corner in the image). I've tested to set the WindowsFlag to Qt::Popup which works fine to present the widget. But the problem is that I would like it to stay visible even though I click some where else.

Using Qt::WindowStaysOnTopHint will not help.