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. Make application blink on taskbar
Qt 6.11 is out! See what's new in the release blog

Make application blink on taskbar

Scheduled Pinned Locked Moved Solved General and Desktop
4 Posts 2 Posters 2.6k Views 2 Watching
  • 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.
  • M Offline
    M Offline
    Mr Gisa
    wrote on last edited by
    #1

    I have a signal that is processFinished and I want to make my application to blink on the taskbar to call the users attention for when the processFinished is called, indicating that the process that was being made is already finished.

    How to do that?

    raven-worxR 1 Reply Last reply
    0
    • M Mr Gisa

      I have a signal that is processFinished and I want to make my application to blink on the taskbar to call the users attention for when the processFinished is called, indicating that the process that was being made is already finished.

      How to do that?

      raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      @Mr-Gisa
      QApplication::alert()

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      5
      • M Offline
        M Offline
        Mr Gisa
        wrote on last edited by
        #3

        Thank you very much, oh gosh, I didn't know it was that easy. I tried using activateWindow but didn't work.

        raven-worxR 1 Reply Last reply
        0
        • M Mr Gisa

          Thank you very much, oh gosh, I didn't know it was that easy. I tried using activateWindow but didn't work.

          raven-worxR Offline
          raven-worxR Offline
          raven-worx
          Moderators
          wrote on last edited by
          #4

          @Mr-Gisaidoju
          activateWindow() activates the window (=makes it the current focused window)

          --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
          If you have a question please use the forum so others can benefit from the solution in the future

          1 Reply Last reply
          3

          • Login

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