diff --git a/src/controls/private/ActionButton.qml b/src/controls/private/ActionButton.qml --- a/src/controls/private/ActionButton.qml +++ b/src/controls/private/ActionButton.qml @@ -108,6 +108,12 @@ property bool leftButtonPressedUnderMouse: false property bool rightButtonPressedUnderMouse: false + hoverEnabled: true + + Controls.ToolTip.visible: containsMouse + Controls.ToolTip.text: action ? action.text : "" + Controls.ToolTip.delay: Units.longDuration + onPressed: { //search if we have a page to set to current if (applicationWindow !== undefined && applicationWindow().pageStack.currentIndex !== undefined && root.page.parent.level !== undefined) {