org::kde::kcm::SimpleKCM

Properties | |
bool | __flickableOverflows |
bool | extraFooterTopPadding |
int | margins |
![]() | |
Flickable | flickable |
int | horizontalScrollBarPolicy |
bool | keyboardNavigationEnabled |
bool | refreshing |
alias | scrollablePageData |
bool | supportsRefreshing |
int | verticalScrollBarPolicy |
![]() | |
P | ActionIconGroup |
alias | actions |
alias | contextualActions |
Flickable | flickable |
Item | globalToolBarItem |
int | globalToolBarStyle |
bool | isCurrentPage |
alias | leftAction |
alias | mainAction |
bool | needsAttention |
alias | overlay |
var | progress |
alias | rightAction |
Component | titleDelegate |
Additional Inherited Members | |
![]() | |
void | backRequested (var event) |
void | contextualActionsAboutToShow () |
Detailed Description
This component is intended to be used as root item for KCMs with arbitrary content.
- Since
- 1.1 Often a Kirigami.FormLayout is used as main element. It is possible to specify a header and footer component. @inherits org.kde.kirigami.ScrollablePageimport org.kde.kcm 1.1 as KCMimport org.kde.kirigami 2.3 as KirigamiKCM.SimpleKCM {Kirigami.FormLayout {TextField {Kirigami.FormData.label: "Label:"}TextField {Kirigami.FormData.label: "Label:"}}footer: Item {...}}
Definition at line 33 of file SimpleKCM.qml.
Property Documentation
◆ extraFooterTopPadding
|
read |
extraFooterTopPadding: bool Whether to add extra top padding to an empty footer.
Use the default value of true for KCMs in System Settings, because otherwise the Apply, Help, and Defaults buttons provided by System Settings won't have enough top padding and the button bar will look ugly. When using this component outside of System Settings where there is no such restriction, or in System Settings KCMs that don't show Apply, Help, or Defaults buttons, set it to false. Default: true
- Since
- 5.101
Definition at line 52 of file SimpleKCM.qml.
◆ margins
|
read |
- Remarks
- This property is read-only
Definition at line 37 of file SimpleKCM.qml.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sat Dec 2 2023 04:03:53 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.