Public Member Functions | |
def | __init__ |
def | get_settings |
Private Attributes | |
_button_group | |
_options |
Creates a button group of non-exclusive checkbox options. Options must be a dict with following keys: 'enabled','title','description','tooltip'
Definition at line 37 of file checkbox_group.py.
def qt_gui_py_common.checkbox_group.CheckBoxGroup.__init__ | ( | self, | |
options, | |||
title = 'Checkboxes' , |
|||
selected_indexes = [] , |
|||
parent = None |
|||
) |
Definition at line 44 of file checkbox_group.py.
Returns dictionary with selected_indexes (array) and selected_options (array) keys.
Definition at line 66 of file checkbox_group.py.
Definition at line 44 of file checkbox_group.py.
Definition at line 44 of file checkbox_group.py.