I realize that the example mentioned shows how to handle many threads, but I'm curious about the best Qt way of doing a single thread with progress and a cancel polling check from the worker thread.
QtConcurrent::run()/QFuture appears to almost but not-quite have everything there but if it is not the Qt method for such a basic task, what in general is the best Qt way of doing a worker thread with progress and cancellation?
Bookmarks