7.5.6.1.8. pymodaq_gui.utils.widgets.tree_toml module

Created the 19/10/2023

@author: Sebastien Weber

class pymodaq_gui.utils.widgets.tree_toml.TreeFromToml(config: Config = None, capitalize=True)[source]

Bases: QObject

Create a ParameterTree from a configuration file

Methods

dict_to_param

param_to_dict

show_dialog

classmethod dict_to_param(config: dict, capitalize=True) Parameter[source]
classmethod param_to_dict(param: Parameter) dict[source]
show_dialog() bool[source]