ListDelegate

Search for usage in LXR

ListDelegate Class Reference

Inherits org::mauikit::controls::ItemDelegate, and org::mauikit::controls::ItemDelegate.

Properties

alias iconName
 
alias iconSize
 
alias iconVisible
 
alias label
 
alias label2
 
alias labelVisible
 
alias template
 

Detailed Description

A basic delagate for a label and an icon, to be used in a list browser.

This controls inherits from MauiKit ItemDelegate, to checkout its inherited properties refer to docs.

Note
This is a simplified version fo the ListBrowserDelegate. The main difference is this one is not checkable.

Definition at line 29 of file ListDelegate.qml.

Property Documentation

◆ iconName

alias ListDelegate::iconName
read
See also
ListItemTemplate::iconSource

Definition at line 57 of file ListDelegate.qml.

◆ iconSize

alias ListDelegate::iconSize
read
See also
ListItemTemplate::iconSizeHint

Definition at line 41 of file ListDelegate.qml.

◆ iconVisible

alias ListDelegate::iconVisible
read
See also
ListItemTemplate::iconVisible

Definition at line 45 of file ListDelegate.qml.

◆ label

alias ListDelegate::label
read
See also
ListItemTemplate::text1

Definition at line 49 of file ListDelegate.qml.

◆ label2

alias ListDelegate::label2
read
See also
ListItemTemplate::text2

Definition at line 53 of file ListDelegate.qml.

◆ labelVisible

alias ListDelegate::labelVisible
read
See also
ListItemTemplate::labelsVisible

Definition at line 37 of file ListDelegate.qml.

◆ template

ListItemTemplate ListDelegate::template
read
See also
An alias to the template item handling the information.

Definition at line 62 of file ListDelegate.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 17 2024 11:56:16 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.