Add a Cura Tooltip to show in some buttons

Contributes to CURA-6004.
This commit is contained in:
Diego Prado Gesto 2018-12-10 09:09:58 +01:00
parent 15f81da95b
commit 2bf641efcf
8 changed files with 59 additions and 11 deletions

View file

@ -96,4 +96,11 @@ Button
height: UM.Theme.getSize("button_icon").height
}
}
Cura.ToolTip
{
id: tooltip
tooltipText: base.text
show: base.hovered
}
}