Hi people,
sorry – I have a feeling as if this is trivial… but I am really stuck on this:
Item { <- QML Item: Binding loop detected for property "width"
id: contentItem
anchors.left: parent.left
width: childrenRect.width
height: childrenRect.height
}
Same message for height on same line…
This is of course an excerpt of a bigger file — ao I question myself: is the error message pointing to the right place or does it mean something else? Am I not allowed to define height and width for an Item from the children?
Thanks for advice — also for where I can read about it :-/
The Captain
↧