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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user