MauiKit Controls
SearchField.qml
25 * @brief This is just a QQC2 TextField with a icon to more clearly indicate its intended use case for entering search queries
26 * <a href="https://doc.qt.io/qt-6/qml-qtquick-controls-textfield.html">This control inherits from QQC2 TextField, to checkout its inherited properties refer to the Qt Docs.</a>
29 * Some TextField properties have been added to the Maui Style, so they have been obscured, those properties are:
32 * - `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.
33 * - `actions : list<Action>` A set of actions, that will be represented inside of the text field box as flat icons.
34 * - `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.
35 * - `rightContent : list<QtObject>` An alias to allow adding arbitrary content inside of the right area of the text field box.
38 * - `contentDropped(drop)` Emitted when some content has been drag and dropped on the text field area. The `drop` parameter has the information on the event.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 8 2024 11:48:43 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 8 2024 11:48:43 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.