setAutoLayout defaults to true

This commit is contained in:
Uwe Rathmann 2020-12-10 09:46:50 +01:00
parent c98a2a7032
commit 95391139f9

View File

@ -21,7 +21,7 @@ class QSK_EXPORT QskIndexedLayoutBox : public QskBox
explicit QskIndexedLayoutBox( QQuickItem* parent = nullptr );
~QskIndexedLayoutBox() override;
void setAutoAddChildren( bool );
void setAutoAddChildren( bool on = true );
bool autoAddChildren() const;
Q_SIGNALS: