GroupPresetTableWidget
GroupPresetTableWidget
#
Bases: QWidget
A Widget to view and set micromanager group presets.
Shows a table of config groups with their current preset values.
Provides an "Edit Groups and Presets" button that opens a
ConfigGroupsEditor dialog for editing.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
parent
|
QWidget | None
|
Optional parent widget. By default, None. |
None
|
mmcore
|
CMMCorePlus | None
|
Optional |
None
|
Example#
| group_preset_table_widget.py | |
|---|---|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | |