LinkButton

Search for usage in LXR

LinkButton Class Reference
Inheritance diagram for LinkButton:

Properties

alias acceptedButtons
 
TAction action
 
alias mouseArea
 

Signals

void clicked (var mouse)
 
void pressed (var mouse)
 

Detailed Description

A button that looks like a link.

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/

Since
5.52
org.kde.kirigami 2.6

Definition at line 22 of file LinkButton.qml.

Property Documentation

◆ acceptedButtons

Qt::MouseButtons LinkButton::acceptedButtons
read

This property holds the mouse buttons that the mouse area reacts to.

See also
QtQuick.MouseArea::acceptedButtons

Definition at line 31 of file LinkButton.qml.

◆ action

TAction LinkButton::action
read

Definition at line 25 of file LinkButton.qml.

◆ mouseArea

alias LinkButton::mouseArea
read

Definition at line 36 of file LinkButton.qml.


The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri May 3 2024 11:49:34 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.