mirror of
https://github.com/fralx/LimeReport.git
synced 2025-11-25 08:28:06 +03:00
Added hiding (saving, printing, ...) buttons in the Render Report window
This commit is contained in:
@@ -67,6 +67,10 @@ public:
|
||||
void setStatusBarVisible(bool value);
|
||||
void setMenuVisible(bool value);
|
||||
void setHideResultEditButton(bool value);
|
||||
void setHidePrintButton(bool value);
|
||||
void setHideSaveToFileButton(bool value);
|
||||
void setHidePrintToPdfButton(bool value);
|
||||
void setEnablePrintMenu(bool value);
|
||||
QSettings* settings();
|
||||
ScaleType previewScaleType() const;
|
||||
void setPreviewScaleType(const ScaleType &previewScaleType, int percent = 0);
|
||||
|
||||
Reference in New Issue
Block a user