DescriptiveLabel
DescriptiveLabel Class Reference
Inheritance diagram for DescriptiveLabel:
Properties | |
bool | active |
Detailed Description
This is a descriptive label which uses the plasma theme.
The characteristics of the text will be automatically set according to the plasma theme. Use this components for less important additional data to show in a user interface.
Example usage:
import org.kde.plasma.extras as PlasmaExtras
[...]
Column {
PlasmaComponents.Label { text: "Firefox" }
PlasmaExtras.DescriptiveLabel { text: "Web Browser"}
[...]
}
See PlasmaComponents Label and primitive QML Text element API for additional properties, methods and signals.
@inherits org::kde::plasma::components::Label
Definition at line 29 of file DescriptiveLabel.qml.
Property Documentation
◆ active
|
read |
Definition at line 36 of file DescriptiveLabel.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 4 2024 16:34:35 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:34:35 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.