0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-10-01 11:31:10 +03:00

Watermark property has been added to TextItem and ImageItem

This commit is contained in:
Arin Alex
2018-03-22 17:17:04 +03:00
parent ec9eef654a
commit 24c9fa1827
5 changed files with 25 additions and 2 deletions

View File

@@ -47,6 +47,7 @@ class ImageItem : public LimeReport::ItemDesignIntf
Q_PROPERTY(bool keepAspectRatio READ keepAspectRatio WRITE setKeepAspectRatio)
Q_PROPERTY(bool center READ center WRITE setCenter)
Q_PROPERTY(QString resourcePath READ resourcePath WRITE setResourcePath)
Q_PROPERTY(bool watermark READ isWatermark WRITE setWatermark)
public:
enum Format {
Binary = 0,