-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Description
Qaterial.LabelWithCaption {
anchors.centerIn: parent
horizontalAlignment: Qt.AlignHCenter
spacing: 10 // Binding loop detected for property "y"
text: "I'm a simple label"
caption: "Here is my caption text"
textFont: Qaterial.Style.textTheme.headline5
captionFont: Qaterial.Style.textTheme.body1
}
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" :(
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels