mirror of
https://github.com/fralx/LimeReport.git
synced 2025-11-25 00:18:06 +03:00
previewReport(QPrinter* printer, PreviewHints hints = PreviewBarsUserSetting) has been added to the report engine.
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
#include <QComboBox>
|
||||
#include <QSettings>
|
||||
#include <QEventLoop>
|
||||
#include <QPrinter>
|
||||
|
||||
#include "serializators/lrxmlreader.h"
|
||||
|
||||
@@ -61,6 +62,7 @@ public:
|
||||
~PreviewReportWindow();
|
||||
void setReportReader(ItemsReaderIntf::Ptr reader);
|
||||
void setPages(ReportPages pages);
|
||||
void setDefaultPrinter(QPrinter* printer);
|
||||
void exec();
|
||||
void initPreview(int pagesCount);
|
||||
void reloadPreview();
|
||||
|
||||
Reference in New Issue
Block a user