RadioSubtitleDelegate

Search for usage in LXR

RadioSubtitleDelegate Class Reference

Inherits QtQuick::Controls::RadioDelegate.

Properties

string subtitle
 

Detailed Description

A convenience wrapper combining QtQuick Controls RadioDelegate and IconTitleSubtitle.

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
Kirigami::Delegates::TitleSubtitle
Kirigami::Delegates::IconTitleSubtitle

Definition at line 25 of file RadioSubtitleDelegate.qml.

Property Documentation

◆ subtitle

string RadioSubtitleDelegate::subtitle
read

The subtitle to display.

Definition at line 31 of file RadioSubtitleDelegate.qml.


The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri May 10 2024 11:44:36 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.