One way would be to call QCoreApplication::processEvents() every once in a while to let the application process its events. This will make the overall process a bit longer, though:
Qt Code:
// a busy loop for (...) { // do something // let the application process its events }To copy to clipboard, switch view to plain text mode





Reply With Quote

Bookmarks