rqt_console.filters.list_filter_widget module

class rqt_console.filters.list_filter_widget.ListFilterWidget(*args: Any, **kwargs: Any)

Bases: QWidget

Generic List widget to implement filters that require limited dynamic selections.

handle_item_changed()
repopulate()

Repopulates display widgets based on the function arguments passed during init.

restore_settings(settings)

Restore the settings for this filter from an ini file.

Parameters:

settings – used to extract the settings from an ini file ‘’qt_gui.settings.Settings’’

save_settings(settings)

Save the settings for this filter.

Parameters:

settings – used to write the settings to an ini file ‘’qt_gui.settings.Settings’’

select_item(text)

All items matching text will be selected in the list_widget.

Parameters:

item – a string to be matched against the list ‘’str’’