themed tooltips
This commit is contained in:
parent
79a5014a37
commit
e3ba80fd0d
5 changed files with 27 additions and 4 deletions
|
|
@ -13,7 +13,7 @@ Text {
|
|||
verticalAlignment: Text.AlignVCenter
|
||||
|
||||
HoverHandler { id: _hover }
|
||||
ToolTip {
|
||||
M.BarTooltip {
|
||||
visible: _hover.hovered && parent.tooltip !== ""
|
||||
text: parent.tooltip
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue