DescriptiveLabel

Search for usage in LXR

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

bool DescriptiveLabel::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 Fri May 17 2024 11:54:11 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.