Where does you app get busy for the few seconds ??
You can call qApp->processEvents() from that loop...
OR
you can make a custom widget to show the progress.. show the widget before starting your operation and close it after the operation. You need not be accurate for the operation to complete. You simply need to show to the user that the application is busy




Reply With Quote



Bookmarks