0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-25 00:18:06 +03:00

Printing big pages has been fixed

This commit is contained in:
arin.alex
2024-03-31 15:20:09 +03:00
parent 5139ac0ab0
commit e6321e36fb
4 changed files with 23 additions and 80 deletions

View File

@@ -62,7 +62,6 @@ class PreviewReportWindow : public QMainWindow
public:
explicit PreviewReportWindow(ReportEngine *report, QWidget *parent = 0, QSettings* settings=0, Qt::WindowFlags flags=Qt::WindowFlags());
~PreviewReportWindow();
void setReportReader(ItemsReaderIntf::Ptr reader);
void setPages(ReportPages pages);
void setDefaultPrinter(QPrinter* printer);
void exec();