0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-09-23 16:39:07 +03:00

beforeRender, afterData, afterRender signals have been added

getVariable, getField functions have been added
This commit is contained in:
Arin Alexander
2016-12-20 01:33:58 +03:00
parent b9fcf84f30
commit edd2c43545
6 changed files with 93 additions and 14 deletions

View File

@@ -357,6 +357,7 @@ bool BandDesignIntf::canBeSplitted(int height) const
bool BandDesignIntf::isEmpty() const
{
if (!isVisible()) return true;
foreach(QGraphicsItem* qgItem,childItems()){
BaseDesignIntf* item = dynamic_cast<BaseDesignIntf*>(qgItem);
if ((item)&&(!item->isEmpty())) return false;