MauiKit File Browsing

TagDelegate.qml
1import org.mauikit.controls as Maui
2
3/**
4 * @private
5 */
6Maui.Chip
7{
8 id: control
9
10 signal removeTag(int index)
11
12 Maui.Theme.backgroundColor: model.color ? model.color : Qt.darker(Maui.Theme.backgroundColor, 1.1)
13
14 onClose: removeTag(index)
15 label.text: model.tag
16}
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri May 17 2024 11:51:27 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.