FormDelegateSeparator QML Type

A context-aware separator. More...

Import Statement: import org.kde.kirigamiaddons.formcard

Properties

Detailed Description

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.

Property Documentation

above : Item

The delegate immediately above the separator.


below : Item

The delegate immediately below the separator.