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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user