[Interest] Why is this a binding loop?

Jason H jhihn at gmx.com
Tue Nov 15 23:15:38 CET 2016


Rectangle {
	width: parent.width
	height: childrenRect.height * 2
	Text {
		text: "title"
		anchors.centerIn: parent
	}
}

'QML Rectangle: Binding loop detected for property "height"'

I think that computation should be possible without creating a binding loop?



More information about the Interest mailing list