8.5.4.1.12. pymodaq_gui.parameter.pymodaq_ptypes.tableview module
- class pymodaq_gui.parameter.pymodaq_ptypes.tableview.TableViewCustom(*args: Any, **kwargs: Any)[source]
Bases:
QTableViewAttributes*
Type
valuechanged
instance of pyqt Signal
QtWidgets
instance of QTableWidget
Methods
add
add_data_signal
clear
contextMenuEvent
data_has_changed
get_table_value
load_data_signal
remove
remove_row_signal
save_data_signal
set_table_value
setmenu
valueChanged
- class pymodaq_gui.parameter.pymodaq_ptypes.tableview.TableViewParameter(**opts)[source]
Bases:
ParameterAttributes
Type
itemClass
instance of TableParameterItem
Parameter
instance of pyqtgraph parameter
Methods
setValue(value)itemClass
- itemClass
alias of
TableViewParameterItem
- class pymodaq_gui.parameter.pymodaq_ptypes.tableview.TableViewParameterItem(param, depth)[source]
Bases:
WidgetParameterItemMethods
Make and initialize an instance of Table_custom.
optsChanged(param, opts)- makeWidget()[source]
Make and initialize an instance of Table_custom.
- Returns:
table – The initialized table.
- Return type:
instanceofTable_custom.
See also
Table_custom
- optsChanged(param, opts)[source]
- Called when any options are changed that are not name, value, default, or limits.If widget is a SpinBox, pass options straight through.So that only the display label is shown when visible option is toggled.
Parameters
Type
Description
param
instance of pyqtgraph parameter
the parameter to check
opts
string list
the associated options list
See also