Package Camelot :: Package camelot :: Package view :: Module filters :: Class ComboBoxFilter
[frames] | no frames]

Class ComboBoxFilter

source code


Filter where the items are displayed in a QComboBox
Instance Methods
 
render(*args, **kwargs)
Render this filter as a qt object @param parent: its parent widget @param name: the name of the filter @param options: the options that can be selected, where each option is a list of tuples containting (option_name, query_decorator)
source code

Inherited from Filter: __init__, get_name_and_options

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__

Method Details

render(*args, **kwargs)

source code 

Render this filter as a qt object @param parent: its parent widget @param name: the name of the filter @param options: the options that can be selected, where each option is a list of tuples containting (option_name, query_decorator)

The name and the list of options can be fetched with get_name_and_options

Decorators:
  • @gui_function
Overrides: Filter.render
(inherited documentation)