0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-20 06:30:03 +03:00

Init commit

This commit is contained in:
Arin Alexander
2019-02-25 16:22:10 +03:00
parent 9bd392f4ac
commit 005e65f3e3
8 changed files with 93 additions and 22 deletions

View File

@@ -164,6 +164,12 @@ QRectF PageItemDesignIntf::boundingRect() const
}
}
void PageItemDesignIntf::setItemMode(BaseDesignIntf::ItemMode mode)
{
ItemsContainerDesignInft::setItemMode(mode);
relocateBands();
}
void PageItemDesignIntf::clear()
{
foreach(QGraphicsItem* item, childItems()){