SectionGroup
Properties | |
alias | content |
alias | description |
alias | template |
alias | title |
Detailed Description
A control to group children elements into a column layout with a header section with a title and message body.
- Since
- org.mauikit.controls
This controls inherits from QQC2 Pane, to checkout its inherited properties refer to the Qt Docs.
- Note
- Consider using the SectionItem or FlexSectionItem as the children elements of this control, in order to have a more cohesive look with another MauiKit applications.
You can find a more complete example at this link.
Definition at line 35 of file SectionGroup.qml.
Property Documentation
◆ content
|
read |
- Remarks
- This is the default property
Definition at line 43 of file SectionGroup.qml.
◆ description
|
read |
The message body of the section header.
Definition at line 53 of file SectionGroup.qml.
◆ template
|
read |
An alias to the section header title control, which is handled by SectionHeader More properties can be accessed via this alias, such as setting a custom icon or image, etc, for that use the template
of the template
.
- Remarks
- This property is read-only
- See also
- SectionHeader
- ListItemTemplate
Definition at line 70 of file SectionGroup.qml.
◆ title
|
read |
The title of the section header.
Definition at line 48 of file SectionGroup.qml.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Oct 11 2024 12:17:11 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.