MauiKit Controls
SearchField.qml
25 * @brief This is just a MauiKit TextField with a icon to more clearly indicate its intended use case for entering search queries
31 * - `menu : Menu` An alias to access the contextual menu, containing entries, such as Copy, Cut, Paste, etc. More entries could be dynamically added using the Menu methods.
32 * - `actions : list<Action>` A set of actions, that will be represented inside of the text field box as flat icons.
33 * - `icon : Icon` The icon to be used in the text field left area. This is an extra visual hint to let the user know what the text field is for, besides the use of the `placeholdertext` property.
34 * - `rightContent : list<QtObject>` An alias to allow adding arbitrary content inside of the right area of the text field box.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 11:57:11 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 11:57:11 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.