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

Script editor has been changed for preview mode

This commit is contained in:
Arin Alexander
2019-03-02 01:08:20 +03:00
parent 424665d038
commit ed902b4ef1
4 changed files with 10 additions and 7 deletions

View File

@@ -240,7 +240,7 @@ public slots:
bool slotLoadFromFile(const QString& fileName);
void cancelRender();
protected:
PageDesignIntf* createPage(const QString& pageName="");
PageDesignIntf* createPage(const QString& pageName="", bool preview = false);
protected slots:
void slotDataSourceCollectionLoaded(const QString& collectionName);
private slots: