RadioSubtitleDelegate QML Type

A convenience wrapper combining QtQuick Controls RadioDelegate and IconTitleSubtitle. More...

Import Statement: import org.kde.kirigami.delegates
Inherits:

RadioDelegate

Properties

Detailed Description

This is an intentionally minimal wrapper that replaces the RadioDelegate's contentItem with an IconTitleSubtitle and adds a subtitle property.

If you wish to customize the layout further, create your own RadioDelegate subclass with the contentItem property set to the content of your choice. This can include IconTitleSubtitle` inside a Layout, for example.

Note: If you don't need a subtitle, use RadioDelegate directly.

See also TitleSubtitle and IconTitleSubtitle.

Property Documentation

subtitle : string

The subtitle to display.