SearchField
SearchField Class Reference
Detailed Description
This is a standard textfield following KDE HIG.
Using Ctrl+F as focus sequence and "Search…" as placeholder text.
Example usage for the search field component:
import org.kde.plasma.extras as PlasmaExtras
PlasmaExtras.SearchField {
id: searchField
onAccepted: console.log("Search text is " + searchField.text)
}
- Since
- 5.93
Definition at line 27 of file SearchField.qml.
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 Sun Nov 17 2024 19:23:23 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Sun Nov 17 2024 19:23:23 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.