0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-10-02 03:53:19 +03:00

alternateBackgrounColor property has been added

This commit is contained in:
Arin Alexander
2016-10-18 13:58:26 +03:00
parent dd40aa1137
commit 8ed24f9f75
5 changed files with 23 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ class DataBand : public DataBandDesignIntf
Q_PROPERTY(BandColumnsLayoutType columnsFillDirection READ columnsFillDirection WRITE setColumnsFillDirection)
Q_PROPERTY(bool startNewPage READ startNewPage WRITE setStartNewPage)
Q_PROPERTY(bool startFromNewPage READ startFromNewPage WRITE setStartFromNewPage)
Q_PROPERTY(QColor alternateBackgroundColor READ alternateBackgroundColor WRITE setAlternateBackgroundColor)
public:
DataBand(QObject* owner = 0, QGraphicsItem* parent=0);
bool isUnique() const;