-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LabelWithCaption binding loop #127
Comments
Are you sure you added QQmlApplicationEngine engine;
engine.addImportPath("qrc:/"); And binding loop seems to be cause by Qaterial/qml/Qaterial/LabelWithCaption.qml Lines 58 to 65 in ee1a464
I guess solution to avoid the binding loop is to either move implementation to cpp, or to change approach to use a column |
I just removed the spacing property for temporary fix the binding loop I tested IconLabel again. It works and displays an icon, but QtCreator highlights it as an unresolved component I think I included the Qaterial library incorrectly Here is my little CMakeLists.txt (sorry for bad english) |
Easiest way to add Qaterial is using something like that : https://github.com/OlivierLDff/QaterialHotReload/blob/master/cmake/FetchQaterial.cmake |
LabelWithCaption.qml: 48:3: QML Label: Binding loop detected for property "y"
Same problems with CaptionWithLabel, OverlineWithLabel and "maybe" IconLabelWithCaption, but I haven't tested it because IconLabelWithCaption (sure IconLabel too) doesn't work for me. It says "Could not resolve the prototype for Qaterial.IconLabelImpl" :(
The text was updated successfully, but these errors were encountered: