Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
None
-
5.13.1
Description
In case of nested layouts, if some of children has Layout.preferredWidth and Layout.preferredHeight set, and not set for others, It is giving following warning:
<Unknown File>: QML QQuickLayoutAttached: Binding loop detected for property "preferredWidth" <Unknown File>: QML QQuickLayoutAttached: Binding loop detected for property "preferredHeight"
If all or none of the children has Layout.preferredWidth and Layout.preferredHeight set, it does not give any warning.