Qt List with all configure sequence commands to be executed inside the HLCC UI Each Item will contain a QPushButton to tigger the command execution and a brief description of the steps that the sequence will execute.
More...
|
def | __init__ (self, list sequences_configuration_list, parent=None, *args, **kwargs) |
| Constructor.
|
|
|
def | _init_gui (self, list sequences_configuration_list) |
| In some cases, widgets are not ready for modification until init is done.
|
|
Qt List with all configure sequence commands to be executed inside the HLCC UI Each Item will contain a QPushButton to tigger the command execution and a brief description of the steps that the sequence will execute.
◆ __init__()
def sequencerpanel_list.SequencerPanelList.__init__ |
( |
|
self, |
|
|
list |
sequences_configuration_list, |
|
|
|
parent = None , |
|
|
* |
args, |
|
|
** |
kwargs |
|
) |
| |
Constructor.
- Parameters
-
sequences_configuration_list | List holding sequencer configuration |
parent | QWidget that have this object as children |
args | Optional arguments |
kwargs | Number of arguments |
◆ _init_gui()
def sequencerpanel_list.SequencerPanelList._init_gui |
( |
|
self, |
|
|
list |
sequences_configuration_list |
|
) |
| |
|
protected |
In some cases, widgets are not ready for modification until init is done.
This can be workaround by invoking another method at the end of init.
- Parameters
-
sequences_configuration_list | List holding sequences configuration :return: |
◆ _sequencer_item_widgets
sequencerpanel_list.SequencerPanelList._sequencer_item_widgets |
|
protected |
◆ ui
sequencerpanel_list.SequencerPanelList.ui |
The documentation for this class was generated from the following file: