LinkButton QML Type
A button that looks like a link. More...
Properties
- acceptedButtons : Qt::MouseButtons
- action : Action
- disabledColor : color
- mouseArea : MouseArea
- normalColor : color
- pressedColor : color
Detailed Description
It uses the link color settings and triggers an action when clicked.
Maps to the Command Link in the HIG: https://develop.kde.org/hig/components/navigation/commandlink/
Property Documentation
acceptedButtons : Qt::MouseButtons |
This property holds the mouse buttons that the mouse area reacts to.
See also MouseArea::acceptedButtons.
action : Action |
An action that will be triggered when the button is clicked
disabledColor : color |
This property holds the color of the link when disabled.
default: Kirigami.Theme.textColor
mouseArea : MouseArea |
This property holds the mouse area element covering the button.
normalColor : color |
This property holds the normal color of the link when not pressed or disabled.
default: Kirigami.Theme.linkColor
pressedColor : color |
This property holds the color of the link while pressed.
default: Whatever the normal color is set to, but 200% darker