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

TextItem will expand datasource in TextItemEditor if parent band has datasource.

This commit is contained in:
Arin Alexander
2016-04-21 02:15:15 +04:00
parent 68d2f64c3c
commit 1ade5d0666
2 changed files with 30 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ public:
protected:
void resizeEvent(QResizeEvent *);
void moveEvent(QMoveEvent *);
BandDesignIntf* findParentBand();
private slots:
void on_pbOk_clicked();
void on_pbCancel_clicked();