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:
@@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user