0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-09-23 16:39:07 +03:00

Items context menu has been added

Fields drag & drop init  band datasource if it empty
This commit is contained in:
Arin Alexander
2017-02-24 07:13:43 +03:00
parent 117023e920
commit a2c93601d0
10 changed files with 177 additions and 12 deletions

View File

@@ -207,7 +207,7 @@ public:
bool startNewPage() const;
void setStartNewPage(bool startNewPage);
void setAutoHeight(bool value){m_autoHeight=value;}
void setAutoHeight(bool value);
bool autoHeight(){return m_autoHeight;}
bool startFromNewPage() const;
@@ -244,6 +244,8 @@ protected:
void setColumnsCount(int value);
void setColumnsFillDirection(BandColumnsLayoutType value);
void moveItemsDown(qreal startPos, qreal offset);
void preparePopUpMenu(QMenu &menu);
void processPopUpAction(QAction *action);
private slots:
void childBandDeleted(QObject* band);
private: