0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-20 06:30:03 +03:00

Watermark fixed

This commit is contained in:
Arin Alex
2018-03-22 17:54:18 +03:00
parent 55224a8401
commit 25b4ace815
4 changed files with 11 additions and 4 deletions

View File

@@ -272,6 +272,8 @@ public:
void setZValueProperty(qreal value);
QString patternName() const;
void setPatternName(const QString &patternName);
bool isWatermark() const;
virtual void setWatermark(bool watermark);
Q_INVOKABLE QString setItemWidth(qreal width);
Q_INVOKABLE QString setItemHeight(qreal height);
@@ -282,9 +284,6 @@ public:
Q_INVOKABLE QString setItemPosX(qreal xValue);
Q_INVOKABLE QString setItemPosY(qreal yValue);
bool isWatermark() const;
void setWatermark(bool watermark);
protected:
//ICollectionContainer