Add tooltip to IconWithText.qml,

Use this to display tooltips for Infill, Support and Adhesion in recommended settings.

CURA-8849
This commit is contained in:
j.delarago 2022-06-20 10:52:31 +02:00
parent f650579799
commit c6bc3a5cd7
4 changed files with 14 additions and 0 deletions

View file

@ -28,6 +28,7 @@ Item
font: UM.Theme.getFont("medium")
width: labelColumnWidth
iconSize: UM.Theme.getSize("medium_button_icon").width
tooltipText: catalog.i18nc("@label", "Enable printing a brim or raft. This will add a flat area around or under your object which is easy to cut off afterwards.")
}
Item

View file

@ -65,6 +65,7 @@ Item
font: UM.Theme.getFont("medium")
width: labelColumnWidth
iconSize: UM.Theme.getSize("medium_button_icon").width
tooltipText: catalog.i18nc("@label", "Gradual infill will gradually increase the amount of infill towards the top.")
}
Item

View file

@ -29,6 +29,7 @@ Item
font: UM.Theme.getFont("medium")
width: labelColumnWidth
iconSize: UM.Theme.getSize("medium_button_icon").width
tooltipText: catalog.i18nc("@label", "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing.")
}
Item