8.5.4.1.11. pymodaq_gui.parameter.pymodaq_ptypes.table module
- class pymodaq_gui.parameter.pymodaq_ptypes.table.TableParameter(**opts)[source]
Bases:
ParameterAttributes
Type
itemClass
instance of TableParameterItem
Parameter
instance of pyqtgraph parameter
Methods
setValue(value)itemClass
- itemClass
Editable string; displayed as large text box in the tree.
Methods
alias of
TableParameterItem
- class pymodaq_gui.parameter.pymodaq_ptypes.table.TableParameterItem(param, depth)[source]
Bases:
WidgetParameterItemMethods
Make and initialize an instance of TableWidget.
- class pymodaq_gui.parameter.pymodaq_ptypes.table.TableWidget(*args: Any, **kwargs: Any)[source]
Bases:
QTableWidgetAttributes*
Type
valuechanged
instance of pyqt Signal
QtWidgets
instance of QTableWidget
Methods
Get the contents of the self coursed table.
set_table_value(data_dict)Set the data values dictionnary to the custom table.
valuechanged