<DIV>I am writing a simple PDF reader using poppler-qt4. </DIV>
<DIV>&nbsp;</DIV>
<DIV>1. Here is what I have done:</DIV>
<DIV>QScrollArea ---- show the a PDF file</DIV>
<DIV>QWidget&nbsp;&nbsp;&nbsp;&nbsp; ---- widget of the scrollArea</DIV>
<DIV>QLabel&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ---- labels in the widget, one label shows a PDF page. </DIV>
<DIV>&nbsp;</DIV>
<DIV>2. Here is the problem:</DIV>
<DIV>I load all the pages. It's continuous but it will be a long time to show the pages&nbsp;if the PDF file is very huge.</DIV>
<DIV>&nbsp;</DIV>
<DIV>3. My question:</DIV>
<DIV>How okular deal with this problem? What should I do to make the PDF reader continuous and fast.</DIV>
<DIV>&nbsp;</DIV>
<DIV>4. Thanks a lot<BR></DIV>