mirror of
https://github.com/fralx/LimeReport.git
synced 2025-11-25 08:28:06 +03:00
Added the ability to change the background color of the preview page
This commit is contained in:
@@ -73,7 +73,8 @@ public:
|
||||
QSettings* settings();
|
||||
ScaleType previewScaleType() const;
|
||||
void setPreviewScaleType(const ScaleType &previewScaleType, int percent = 0);
|
||||
|
||||
QColor previewPageBackgroundColor();
|
||||
void setPreviewPageBackgroundColor(QColor color);
|
||||
protected:
|
||||
void writeSetting();
|
||||
void restoreSetting();
|
||||
@@ -124,7 +125,6 @@ private:
|
||||
ScaleType m_previewScaleType;
|
||||
int m_previewScalePercent;
|
||||
bool m_scalePercentChanging;
|
||||
|
||||
};
|
||||
} //namespace LimeReport
|
||||
#endif // LRPREVIEWREPORTWINDOW_H
|
||||
|
||||
Reference in New Issue
Block a user