0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-04 07:01:26 +03:00

Show ToolBar action has been added to preview window

This commit is contained in:
Arin Alex
2016-08-08 15:50:04 +03:00
parent 7ce974090e
commit 4970b09327
13 changed files with 69 additions and 18 deletions

View File

@@ -80,7 +80,7 @@ public:
bool printReport(QPrinter *printer=0);
void printToFile(const QString& fileName);
bool printToPDF(const QString& fileName);
void previewReport(PreviewHints hints = ShowAllPreviewBars);
void previewReport(PreviewHints hints = PreviewBarsUserSetting);
void designReport();
void setSettings(QSettings* value);
void setShowProgressDialog(bool value){m_showProgressDialog = value;}