PDA

View Full Version : Popup widget always on top over other Widgets



erila107
10th December 2010, 10:53
Hi!

I would like to do something like this:
http://images.apple.com/ilife/iphoto/images/carousel-facebook-01_20101020.jpg

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.