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

Fix: #37 Add possibility to move data bands when having many

Fix: #37 Add possibility to move data bands when having many
This commit is contained in:
Arin Alex
2016-06-24 17:36:25 +03:00
parent 6a507e5b61
commit 7311f84b0e
4 changed files with 57 additions and 9 deletions

View File

@@ -114,7 +114,7 @@ public:
bool canContainChildren(){ return true;}
protected slots:
void bandDeleted(QObject* band);
void bandGeometryChanged(QObject* /*object*/, QRectF newGeometry, QRectF oldGeometry);
void bandGeometryChanged(QObject* object, QRectF newGeometry, QRectF oldGeometry);
protected:
void collectionLoadFinished(const QString& collectionName);
QRectF& pageRect(){return m_pageRect;}