0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-10-18 00:20:31 +03:00

Designer icon added

This commit is contained in:
Arin Alexander
2018-06-23 13:09:27 +03:00
parent 1b2a9b9ba3
commit df87822b37
4 changed files with 6 additions and 2 deletions

View File

@@ -84,6 +84,7 @@ public:
void printToFile(const QString& fileName);
PageDesignIntf *createPreviewScene(QObject *parent = 0);
bool printToPDF(const QString& fileName);
bool exportReport(QString exporterName, const QString &fileName = "", const QMap<QString, QVariant>& params = QMap<QString, QVariant>());
void previewReport(PreviewHints hints = PreviewBarsUserSetting);
void designReport();
ReportDesignWindowInterface* getDesignerWindow();