Qt 6.11 is out! See what's new in the release
blog
Make application blink on taskbar
-
-
I have a signal that is
processFinishedand I want to make my application to blink on the taskbar to call the users attention for when theprocessFinishedis 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
activateWindowbut didn't work.@Mr-Gisaidoju
activateWindow() activates the window (=makes it the current focused window)