items.widgets.filter_editor#

The widget used set the text search filter of FilterProxyModel.

Classes:

TextFilterEditor([parent])

Editor widget used to set a list model's persistent text filter.

class bookmarks.items.widgets.filter_editor.TextFilterEditor(parent=None)[source]#

Bases: QDialog

Editor widget used to set a list model’s persistent text filter.

Methods:

action()

Edit action.

adjust_size()

Adjusts the editor's size.

init_text()

Sets the current filter text to the editor.

paintEvent(event)

Event handler.

set_completer()

Sets the editor's completer.

showEvent(event)

Event handler.

show_history()

Shows the editor's completer.

action()[source]#

Edit action.

adjust_size()[source]#

Adjusts the editor’s size.

init_text()[source]#

Sets the current filter text to the editor.

paintEvent(event)[source]#

Event handler.

set_completer()[source]#

Sets the editor’s completer.

showEvent(event)[source]#

Event handler.

show_history()[source]#

Shows the editor’s completer.