Houdini 20.0 Python scripting hou hou.qt

hou.qt.SearchLineEdit class

QLineEdit widget customized for use as a search or filter field.

On this page

This line edit field will show a search icon (BUTTONS_search) and can be configured to emit a seachBackward signal. The QLineEdit clear button is also enabled by default.

This is a specialization of QLineEdit and inherits all signals, slots and methods from that widget.

Methods

Signals

searchBackward()

Emitted when allowSearchBackward is True and the user presses shift+enter.

hou.qt