mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-31 23:38:48 +02:00
[MaterialIcons] MaterialToolLabel: Add new accessors to the item's elements
This commit is contained in:
parent
50c4347db0
commit
06f9d157c8
3 changed files with 9 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue