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

Splittable property has been added to DataFooter and SubDetailFooter

This commit is contained in:
Arin Alexander
2020-10-13 16:19:09 +03:00
parent 22ab25d6c6
commit 2b06aa0d87
3 changed files with 3 additions and 1 deletions

View File

@@ -77,6 +77,7 @@ class SubDetailFooterBand : public BandDesignIntf
{
Q_OBJECT
Q_PROPERTY(int columnsCount READ columnsCount WRITE setColumnsCount)
Q_PROPERTY(bool splittable READ isSplittable WRITE setSplittable)
Q_PROPERTY(BandColumnsLayoutType columnsFillDirection READ columnsFillDirection WRITE setColumnsFillDirection)
Q_PROPERTY(bool printAlways READ printAlways() WRITE setPrintAlways())
public: