Make application blink on taskbar
Solved
General and Desktop
-
-
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 theprocessFinished
is called, indicating that the process that was being made is already finished.How to do that?
-
Thank you very much, oh gosh, I didn't know it was that easy. I tried using
activateWindow
but didn't work.@Mr-Gisaidoju
activateWindow() activates the window (=makes it the current focused window)