mirror of
https://github.com/fralx/LimeReport.git
synced 2025-09-23 16:39:07 +03:00
Added hiding (saving, printing, ...) buttons in the Render Report window
This commit is contained in:
@@ -100,6 +100,12 @@ public:
|
||||
void setPreviewWindowIcon(const QIcon& icon);
|
||||
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);
|
||||
Qt::LayoutDirection previewLayoutDirection();
|
||||
|
Reference in New Issue
Block a user