0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-09-23 16:39:07 +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

@@ -125,11 +125,12 @@ public:
virtual QIcon bandIcon() const;
virtual bool isUnique() const;
void updateItemSize(DataSourceManager *dataManager, RenderPass pass=FirstPass, int maxHeight=0);
void updateBandNameLabel();
virtual QColor selectionColor() const;
int bandIndex() const;
void setBandIndex(int value);
void changeBandIndex(int value);
void setBandType(BandsType value){m_bandType=value;}
QString datasourceName();
@@ -231,8 +232,7 @@ protected:
void setMarkerColor(QColor color);
void checkEmptyTable();
void setColumnsCount(int value);
void setColumnsFillDirection(BandColumnsLayoutType value);
void setColumnsFillDirection(BandColumnsLayoutType value);
private slots:
void childBandDeleted(QObject* band);
private: