Extends Item

Material.SearchBox

A material design search box.

property String text

property Color textColor: #212121

The search text and search text color.

property String placeholder

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().