LinkButton QML Type

A button that looks like a link. More...

Import Statement: import org.kde.kirigami
Since: 5.52
Inherits:

Label

Inherited By:

UrlButton

Properties

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.