themed tooltips

This commit is contained in:
Damocles 2026-04-12 01:05:42 +02:00
parent 79a5014a37
commit e3ba80fd0d
5 changed files with 27 additions and 4 deletions

View file

@ -13,7 +13,7 @@ Text {
verticalAlignment: Text.AlignVCenter
HoverHandler { id: _hover }
ToolTip {
M.BarTooltip {
visible: _hover.hovered && parent.tooltip !== ""
text: parent.tooltip
}