I am doing a Windows Application, what I want to achieve is while open a topmost window,when my main processing of a big configuration file starts, inform user the process is still running, after processing finished, then inform user the process has finished.
at VB6 I can call SetTopMostWindow windows API to achieve this.
But at QT, I tried a few "on top window flags", it appears only create a modal window. Not what I want.![]()
Bookmarks