Extends Item
Material.SearchBox
A material design search box.
property Color placeholderColor: #BBBBBB
The search placeholder text that appears when the search text is empty.
property Color backgroundColor: #white
property Float backgroundRadius: 2
The color, and radius, of the background rectangle.
event accepted()
The accepted event is fired when the user finishes editing the text. For more details, see TextEdit.accepted().