[MaterialIcons] MaterialToolLabel: Add new accessors to the item's elements

This commit is contained in:
Candice Bentéjac 2024-12-12 17:30:35 +01:00
parent 50c4347db0
commit 06f9d157c8
3 changed files with 9 additions and 5 deletions

View file

@ -118,7 +118,7 @@ Item {
anchors.centerIn: parent
iconText: MaterialIcons.loop
label: (root.iteration + 1) + "/" + root.loopSize + " "
label.text: (root.iteration + 1) + "/" + root.loopSize + " "
labelIconColor: palette.base
ToolTip.text: "Foreach Loop"