I'm using the QFutureWatcher for rendering images.

When I cancel() the thread, I have to wait for the asynchronous computation to finish (the rendering process of the current page). The next results are cancelled.

Is it possible to reduce the time stoping the internal process of rendering (current page) ?

Thanks