Notification Widget
-
wrote on 17 May 2013, 10:08 last edited by
Hey. I would like to create a notification widget that renders above all other windows on the desktop (something like growl). Is there a way to do this using widgets?
Kind regards.
-
wrote on 17 May 2013, 10:13 last edited by
Never mind I found a way by calling this on the widget I want to keep on top of all other windows:
setWindowFlags(Qt::WindowStaysOnTopHint);
Need to work on my googling skills :P
-
wrote on 27 Apr 2014, 00:23 last edited by
Can anyone share an example?
-
wrote on 27 Apr 2014, 04:58 last edited by
Take a look on "Window Flags Example":http://qt-project.org/doc/qt-5/qtwidgets-widgets-windowflags-example.html