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

Finished add new text item in preview mode

This commit is contained in:
Arin Alexander
2019-03-01 23:48:28 +03:00
parent a84d1e0f36
commit c6c5e2b206
7 changed files with 158 additions and 12 deletions

View File

@@ -22,6 +22,8 @@ public:
PageItemDesignIntf::Ptr currentPage();
QList<QString> aviableExporters();
void startInsertTextItem();
void activateItemSelectionMode();
void deleteSelectedItems();
public:
PageDesignIntf* m_previewPage;
ReportPages m_reportPages;