Hi all, I'm programming an application and in some cases I need to show QProgressBars when some lengthy process is running. This process can be started from another window that stays on the top of the window where the progress bars really have to be shown. The problem is that the progress bars are always shown even if I start the process from the other window, and in this case I want that the progress bars not appear under the current window because it's a bit annoying. I thougth setting the current window Qt::WindowStaysOnTopHint but it only works for top level windows. Another solution could be not showing the progress bars if the window is totally hidden by another window but I don't know how to make it. Any suggestions please?
Thanks a lot.
Bookmarks