LinkButton
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
|
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
|
read |
Definition at line 25 of file LinkButton.qml.
◆ 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 Mon Nov 18 2024 12:16:21 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:16:21 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.