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

Public Types | |
enum | Location { Location::Header, Location::Footer } |
Properties | |
alias | location |
Detailed Description
Item to be used as a header or footer in plasmoids.
- Since
- 2.0
Definition at line 18 of file PlasmoidHeading.qml.
Member Enumeration Documentation
◆ Location
Possible positions of the heading element.
- Deprecated:
- since 5.85, use position from QtQuick.Templates.ToolBar and its ToolBar.Header & ToolBar.Footer enum values instead
Enumerator | |
---|---|
Header | Indicates that it's used as a header of the plasmoid, touching the top border. |
Footer | Indicates that it's used as a footer of the plasmoid, touching the bottom border. |
Definition at line 26 of file PlasmoidHeading.qml.
Property Documentation
◆ location
|
read |
location: int
Indicates the position of the heading. The default is PlasmoidHeading.Location.Header.
- Deprecated:
- since 5.85, use position from QtQuick.Templates.ToolBar instead
Definition at line 43 of file PlasmoidHeading.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 Sun Mar 26 2023 04:14:48 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Mar 26 2023 04:14:48 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.