Priority group¶
Priority group item widget
PriorityGroupWidget ¶
Bases: QWidget
, WidgetUi
Widget that provide UI for priority group details.
Source code in src/cplus_plugin/gui/priority_group_widget.py
group_value ¶
initialize_ui ¶
Populate UI inputs when loading the widget
Source code in src/cplus_plugin/gui/priority_group_widget.py
name ¶
set_group ¶
Sets the priority layer group and updates the slider and input values
Args: group (dict): Priority group
Source code in src/cplus_plugin/gui/priority_group_widget.py
update_slider ¶
Changes the current slider value.
Args: value (int): Value to be set on the slider Note: Emits input_value_changed signal
Source code in src/cplus_plugin/gui/priority_group_widget.py
update_spin_box ¶
Changes the input value of the spin box
Args: value (int): Value to be set on the spin box. Note: Emits slider_value_changed signal
Source code in src/cplus_plugin/gui/priority_group_widget.py
widgets ¶
Returns widget_list (list): List of component widgets for the priority group widget
Last update:
June 9, 2025