mirror of
https://github.com/fralx/LimeReport.git
synced 2025-09-23 16:39:07 +03:00
setItemWidth & setItemHeight invokable functions have been added to BaseDesignIntf
This commit is contained in:
@@ -248,6 +248,9 @@ public:
|
||||
virtual bool canContainChildren(){ return false;}
|
||||
ReportSettings* reportSettings() const;
|
||||
void setReportSettings(ReportSettings *reportSettings);
|
||||
|
||||
Q_INVOKABLE QString setItemWidth(qreal width);
|
||||
Q_INVOKABLE QString setItemHeight(qreal height);
|
||||
protected:
|
||||
|
||||
//ICollectionContainer
|
||||
|
Reference in New Issue
Block a user