<Unknown File> ... Binding loop detected for property "topMargin"
-
I have encountered a binding loop problem in an "<Unknown File>".
Is there any idea how to find out where this error message comes from?
<Unknown File>: QML QQuickAnchors: Binding loop detected for property "topMargin"
Normally, those messages they have the form
qrc:/DailyLogPage.qml:496:9: QML Rectangle: Binding loop detected for property "width"
and are conveniently clickable. I have a complex UI with many bindings, it's not possible to track this down by just eliminating / commenting out.
Qt 5.15.2, compiling for Android on a Win64 machine. Debug run.I have looked for solutions, but I only find people with similar problems:
Stackoverflow, QTBUG-79662, QTBUG-51285, QTBUG-55131, kde-bugs-dist@kde.org...