PDA

View Full Version : Poppler - Stop rendering an image.



mimosin
21st September 2010, 11:23
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

wysota
21st September 2010, 12:44
No, you can't stop an in-progress operation, you can only cancel pending ones.