FormDelegateSeparator
Properties | |
Item | above |
Item | below |
Detailed Description
A context-aware separator.
This is a standard Kirigami.Separator that can be hidden upon hovering the mouse over the above or below delegate, allowing for a subtle but smooth animation feedback.
Its two properties are particularly useful when it is not immediately known which delegate will fill the above or below position, such as delegates provided from a model or managed by a Loader.
- See also
- Kirigami.Separator
Definition at line 24 of file FormDelegateSeparator.qml.
Property Documentation
◆ above
|
read |
The delegate immediately above the separator.
Definition at line 29 of file FormDelegateSeparator.qml.
◆ below
|
read |
The delegate immediately below the separator.
Definition at line 33 of file FormDelegateSeparator.qml.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:33:46 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.