mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-12-14 17:20:57 +03:00
Finish 1.4.97
# Conflicts: # limereport/lrbanddesignintf.cpp # limereport/lrbanddesignintf.h # limereport/lrreportengine.cpp
This commit is contained in:
@@ -254,6 +254,8 @@ public:
|
||||
QVariant getBookMark(const QString& key);
|
||||
void copyBookmarks(BandDesignIntf* sourceBand);
|
||||
|
||||
int bootomSpace() const;
|
||||
void setBootomSpace(int bootomSpace);
|
||||
signals:
|
||||
void bandRendered(BandDesignIntf* band);
|
||||
void bandRegistred();
|
||||
@@ -313,7 +315,7 @@ private:
|
||||
QMap<QString,BaseDesignIntf*> m_slicedItems;
|
||||
QColor m_alternateBackgroundColor;
|
||||
bool m_useAlternateBackgroundColor;
|
||||
InitializedValue m_bottomSpace;
|
||||
int m_bottomSpace;
|
||||
QMap<QString,QVariant> m_bookmarks;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user