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

Added the ability to change the background color of the preview page

This commit is contained in:
Arin Alexander
2019-02-18 15:16:55 +03:00
parent 4e91701387
commit b8900b1e96
10 changed files with 60 additions and 9 deletions

View File

@@ -189,6 +189,8 @@ public:
void setPreviewWindowIcon(const QIcon &previewWindowIcon);
QString previewWindowTitle() const;
void setPreviewWindowTitle(const QString &previewWindowTitle);
QColor previewWindowPageBackground();
void setPreviewWindowPageBackground(QColor color);
bool suppressFieldAndVarError() const;
void setSuppressFieldAndVarError(bool suppressFieldAndVarError);
@@ -299,6 +301,7 @@ private:
ScaleType m_previewScaleType;
int m_previewScalePercent;
int m_startTOCPage;
QColor m_previewPageBackgroundColor;
};
}