redvypr.widgets.gui_config_widgets.configWidget

class redvypr.widgets.gui_config_widgets.configWidget(*args: Any, **kwargs: Any)
__init__(config=None, loadsavebutton=True, redvypr_instance=None)

Methods

__init__([config, loadsavebutton, ...])

apply_config_change()

Sends signals with the changed configuration Returns:

config_widget_color(item)

Lets the user choose a color :param item:

config_widget_datastream(item)

Lets the user change a datastream :param item:

config_widget_dict(item)

Config widget to edit (at the moment remove) a dictionary item :param item:

config_widget_list_combo(item)

Config widget for a modifiable list :param item:

config_widget_number(item[, dtype])

Creates a widgets to modify an integer value

config_widget_str(item)

config_widget_str_combo(item[, options])

get_config()

Returns a copy of the configuration dictionary of the qtreewidgetitem

load_config()

reload_config()

Clears the configtree and redraws it.

remove_input_widgets()

Removes all widgets from configgui Returns:

save_config()

Attributes

config_changed_flag