mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-12-13 08:40:58 +03:00
Fix #36 Copy/Paste from within a band
This commit is contained in:
@@ -192,7 +192,7 @@ namespace LimeReport {
|
||||
virtual void dropEvent(QGraphicsSceneDragDropEvent *event);
|
||||
|
||||
LimeReport::BandDesignIntf::BandsType findPriorType(LimeReport::BandDesignIntf::BandsType bandType);
|
||||
|
||||
BaseDesignIntf *findDestObject(BaseDesignIntf *item);
|
||||
|
||||
bool isExistsObjectName (const QString& objectName, QList<QGraphicsItem *> &itemsList) const;
|
||||
QRectF getRectByPageSize(PageSize pageSize);
|
||||
|
||||
Reference in New Issue
Block a user