fralx / LimeReport

Report generator for Qt Framework
http://limereport.ru/
Other
403 stars 154 forks source link

how to let ShowProgressDialog show? #366

Closed liufeijin closed 2 years ago

liufeijin commented 2 years ago

i have set
Report->setShowProgressDialog(true); Report->setPrintVisible(true); Report->loadFromFile(Formatfile); Report->printToPDF(sd.fileName()); Report->previewReport();

but only get the preview result and pdf. There is no the progressdialog pup out.

fralx commented 2 years ago

Hi! I have tested your case and it seems to work for me as expected. ProgressDialog

liufeijin commented 2 years ago

Hi fralx Many thanks !!! Now i got it.