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

Added the ability to add text elements in preview (in edit mode)

This commit is contained in:
Arin Alexander
2019-02-21 03:20:26 +03:00
parent a010f2328c
commit 83a57b5cbe
9 changed files with 101 additions and 12 deletions

View File

@@ -21,6 +21,7 @@ public:
void setPages( ReportPages pages);
PageItemDesignIntf::Ptr currentPage();
QList<QString> aviableExporters();
void startInsertTextItem();
public:
PageDesignIntf* m_previewPage;
ReportPages m_reportPages;