MauiKit File Browsing
TagList.qml
11 * @brief The flickable element for listing horizontally the tag buttons in the TagsBar control. This control is a graphical representation and consumes the TagsList model.
13 * @warning This control only exists as an implementation detail of TagsBar, and it is exposed to access its own properties.
bool showDeleteIcon
Whether the tag elements should have a clos/dismiss button.
Definition TagList.qml:40
void tagRemoved(int index)
Emitted when the close/dismiss button in the tag button is clicked.
string placeholderText
Text to be displayed in the bar when the list is empty.
Definition TagList.qml:23
void tagClicked(int index, string tag)
Emitted when a tag button has been clicked.
QString i18nd(const char *domain, const char *text, const TYPE &arg...)
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Thu Jan 23 2025 18:53:41 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Thu Jan 23 2025 18:53:41 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.