Band location has been fixed

This commit is contained in:
Arin Alexander
2017-06-29 00:55:16 +03:00
parent 28a9aecdd3
commit bf38d57406
6 changed files with 77 additions and 18 deletions

View File

@@ -63,6 +63,7 @@ class SubDetailHeaderBand : public BandDesignIntf
public:
SubDetailHeaderBand(QObject* owner = 0, QGraphicsItem* parent=0);
bool isUnique() const;
bool isHeader() const {return true;}
protected:
QColor bandColor() const;
private: