I know, but his solution is intricate, and lots of people google for "QProgressDialog busy indicator" and hit on this thread.
So I think it's useful, if there is another working solution, isn't it?![]()
well, if you try your code
- progress.show();
- //do what u want...
- progress.cancel();
You will not see the animation in the progress dialog because the event loop would be blocked util your "//do what u want" is finished.
no, I use my code in a couple of programs and it works.
Bookmarks