Chip
Chip Class Reference
Properties | |
alias | labelItem |
Detailed Description
A compact element that represents an attribute, action, or filter.
Should be used in a group of multiple elements. e.g when displaying tags in a image viewer.
Example usage:
- import org.kde.kirigami as KirigamiFlow {Repeater {model: chipsModelKirigami.Chip {text: model.texticon.name: "tag-symbolic"closable: model.closableonClicked: {[...]}onRemoved: {[...]}}}}
- Since
- 2.19
Property Documentation
◆ labelItem
|
read |
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 Dec 27 2024 11:50:16 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Dec 27 2024 11:50:16 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.