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

Band size changing via keyboard has been fixed

This commit is contained in:
Arin Alexander
2019-01-31 22:03:33 +03:00
parent c98f65d631
commit 64a49abdb2
3 changed files with 12 additions and 2 deletions

View File

@@ -131,6 +131,7 @@ public:
protected slots:
void bandDeleted(QObject* band);
void bandPositionChanged(QObject* object, QPointF newPos, QPointF oldPos);
void bandGeometryChanged(QObject* object, QRectF newGeometry, QRectF oldGeometry);
protected:
void collectionLoadFinished(const QString& collectionName);
QRectF& pageRect(){return m_pageRect;}