mirror of
https://github.com/fralx/LimeReport.git
synced 2025-11-20 06:30:03 +03:00
Init commit
This commit is contained in:
@@ -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()){
|
||||
|
||||
Reference in New Issue
Block a user