mirror of
https://github.com/fralx/LimeReport.git
synced 2025-10-04 12:07:24 +03:00
Abstract layout has been changed
This commit is contained in:
@@ -29,9 +29,9 @@ public:
|
||||
|
||||
bool hideEmptyItems() const;
|
||||
void setHideEmptyItems(bool hideEmptyItems);
|
||||
BaseDesignIntf* at(int index);
|
||||
protected:
|
||||
Q_INVOKABLE QObject* at(int index);
|
||||
int childrenCount();
|
||||
protected:
|
||||
void beforeDelete();
|
||||
void childAddedEvent(BaseDesignIntf *child);
|
||||
void geometryChangedEvent(QRectF newRect, QRectF);
|
||||
|
Reference in New Issue
Block a user