LinkButton QML Type
A button that looks like a link. More...
Properties
- acceptedButtons : Qt::MouseButtons
- action : T.Action
- mouseArea : MouseArea
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 : T.Action |
An action that will be triggered when the button is clicked
mouseArea : MouseArea |
This property holds the mouse area element covering the button.