Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Notification Widget

Notification Widget

Scheduled Pinned Locked Moved General and Desktop
4 Posts 3 Posters 2.9k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    imphero
    wrote on last edited by
    #1

    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.

    1 Reply Last reply
    0
    • I Offline
      I Offline
      imphero
      wrote on last edited by
      #2

      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

      1 Reply Last reply
      0
      • Q Offline
        Q Offline
        qedufun
        wrote on last edited by
        #3

        Can anyone share an example?

        1 Reply Last reply
        0
        • A Offline
          A Offline
          andreyc
          wrote on last edited by
          #4

          Take a look on "Window Flags Example":http://qt-project.org/doc/qt-5/qtwidgets-widgets-windowflags-example.html

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved