SimpleKCM
Properties | |
bool | extraFooterTopPadding |
bool | headerPaddingEnabled |
int | margins |
bool | sidebarMode |
Detailed Description
This component is intended to be used as root item for KCMs with arbitrary content.
Often a Kirigami.FormLayout is used as main element. It is possible to specify a header and footer component.
@inherits org.kde.kirigami.ScrollablePage
Definition at line 32 of file SimpleKCM.qml.
Property Documentation
◆ extraFooterTopPadding
|
read |
extraFooterTopPadding: bool
- Deprecated
- unused Default: false
Definition at line 43 of file SimpleKCM.qml.
◆ headerPaddingEnabled
|
read |
headerPaddingEnabled: bool Whether the contents of the header will have automatic padding around it.
Should be disabled when using an InlineMessage or custom content item in the header that's intended to touch the window edges. Default: false
Definition at line 51 of file SimpleKCM.qml.
◆ margins
|
read |
- Remarks
- This property is read-only
Definition at line 36 of file SimpleKCM.qml.
◆ sidebarMode
|
read |
Definition at line 59 of file SimpleKCM.qml.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:15:20 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.