Hi,

I have a scenario where in I have to show a document on click of the document icon. Each page of the document is a separate html which is encrypted.
Due to the huge number of pages, it take more time to decrypt all the html files and show the page.

Kindly suggest which one is the best suitable (QThread / QConcurrent) , so that I can show the page once the 1st file is decrypted without waiting for all files to complete decrypting process. I want to make the page viewing and the decrypting happen simultaneously once the decrypting of the 1st file is done.

Thanks in advance