QWidget "allways on top + modal to all windows"
Im working with windows platform and I need to know if there is a way to create a widget (that is not a full screen widget, it covers just a part of it) that is allways on top and it behaves like a modal window (so the user cant press other part of the uncovered window and remove the focus of the widget). I have thinked in a full screen transparent widget but I guess there is a better way to doit.
Thanks
Ramiro
Re: QWidget "allways on top + modal to all windows"
Quote:
Originally Posted by
boblatino
I have thinked in a full screen transparent widget but I guess there is a better way to doit.
Yes, there is. You can look at Window Flags Example.
Re: QWidget "allways on top + modal to all windows"
Quote:
Originally Posted by
saa7_go
Thanks, I will play with the example to see what is the combination of flags to do the trick.
Thanks
Ramiro