mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-09-23 16:49:07 +03:00
Merge branch 'master' into develop
# Conflicts: # limereport/lrreportengine.cpp # limereport/lrreportengine_p.h
This commit is contained in:
@@ -182,6 +182,12 @@ public:
|
||||
void setPreviewPageBackgroundColor(QColor color);
|
||||
void setResultEditable(bool value);
|
||||
bool resultIsEditable();
|
||||
void setSaveToFileVisible(bool value);
|
||||
bool saveToFileIsVisible();
|
||||
void setPrintToPdfVisible(bool value);
|
||||
bool printToPdfIsVisible();
|
||||
void setPrintVisible(bool value);
|
||||
bool printIsVisible();
|
||||
bool isBusy();
|
||||
void setPassPharse(QString& passPharse);
|
||||
QList<QLocale::Language> aviableLanguages();
|
||||
|
Reference in New Issue
Block a user