
Properties | |
int | level |
int | step |
Public Member Functions | |
void | headerPointSize (l) |
Detailed Description
A heading label used for subsections of texts.
The characteristics of the text will be automatically set according to the plasma Theme. Use this components for section titles or headings in your UI, for example page or section titles.
Example usage:
The most important property is "text", which applies to the text property of Label. See PlasmaComponents Label and primitive QML Text element API for additional properties, methods and signals.
Definition at line 47 of file Heading.qml.
Property Documentation
int org::kde::kirigami::Heading::level |
level: int The level determines how big the section header is display, values between 1 (big) and 5 (small) are accepted
Definition at line 54 of file Heading.qml.
int org::kde::kirigami::Heading::step |
step: int adjust the point size in between a level and another.
Definition at line 59 of file Heading.qml.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2017 The KDE developers.
Generated on Fri Feb 17 2017 11:09:23 by doxygen 1.8.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.