org::kde::plasma::extras::DescriptiveLabel
org::kde::plasma::extras::DescriptiveLabel Class Reference
Inheritance diagram for org::kde::plasma::extras::DescriptiveLabel:

Properties | |
bool | active |
Detailed Description
This is a descriptive label which uses the plasma theme.
- Since
- 2.0 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 2.0 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 31 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-2023 The KDE developers.
Generated on Tue Jun 6 2023 04:06:08 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Jun 6 2023 04:06:08 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.