Add HToolTip.instantToggle(), use for some buttons
Used for buttons that trigger a tooltip instantly: if the tooltip is currently visible, hide it.
This commit is contained in:
@@ -12,7 +12,7 @@ HButton {
|
||||
iconItem.small: true
|
||||
toolTip.text: helpText
|
||||
|
||||
onClicked: toolTip.instantShow()
|
||||
onClicked: toolTip.instantToggle()
|
||||
onActiveFocusChanged: if (! activeFocus && toolTip.visible) toolTip.hide()
|
||||
|
||||
Layout.fillHeight: true
|
||||
|
Reference in New Issue
Block a user