0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-10-04 04:06:43 +03:00

Context items added to pagefooter band

This commit is contained in:
Arin Alexander
2018-03-15 23:35:29 +03:00
parent 7c92ecfc5f
commit 3f96bf298e
2 changed files with 39 additions and 4 deletions

View File

@@ -50,7 +50,9 @@ public:
void setPrintOnFirstPage(bool printOnFirstPage);
protected:
QColor bandColor() const;
QColor bandColor() const;
void preparePopUpMenu(QMenu &menu);
void processPopUpAction(QAction *action);
private:
bool m_printOnFirstPage;
bool m_printOnLastPage;