PlasmaExtraComponents
Title Class Reference
Inheritance diagram for Title:

Detailed Description
This is a title label which uses the plasma theme.
- Since
- 0.1 The characteristics of the text will be automatically set according to the plasma theme. Use this components for titles in your UI, for example page or section titles.
Example usage:
import org.kde.plasma.extras 0.1 as PlasmaExtras
[...]
Column {
PlasmaExtras.Title { text: "Fruit sweetness on the rise" }
PlasmaExtras.Heading { text: "Apples in the sunlight"; level: 2 }
PlasmaExtras.Paragraph { text: "Long text about fruit and apples [...]" }
[...]
}
See PlasmaComponents Label and primitive QML Text element API for additional properties, methods and signals.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:08:46 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:08:46 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.