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

Bands movement has been fixed

This commit is contained in:
Arin Alexander
2019-03-04 22:33:01 +03:00
parent bc8750e5d4
commit 6cad2bd6db
7 changed files with 77 additions and 34 deletions

View File

@@ -128,6 +128,8 @@ public:
void swapBands(BandDesignIntf *band, BandDesignIntf *bandToSwap);
void moveBandFromTo(int from, int to);
QList<BandDesignIntf *> createBandGroup(int beginIndex, int endIndex);
protected slots:
void bandDeleted(QObject* band);
void bandPositionChanged(QObject* object, QPointF newPos, QPointF oldPos);