
Public Member Functions | |
| def | __init__ (self, options, title='Exclusive Options', selected_index=None, parent=None) |
| def | get_settings (self) |
Private Attributes | |
| _button_group | |
| _options | |
Creates a button group of exclusive radio options.
Options must be a dict with following keys:
'enabled', 'selected', 'title', 'description', 'tooltip'
Definition at line 37 of file exclusive_options_group.py.
| def qt_gui_py_common.exclusive_options_group.ExclusiveOptionGroup.__init__ | ( | self, | |
| options, | |||
title = 'Exclusive Options', |
|||
selected_index = None, |
|||
parent = None |
|||
| ) |
Definition at line 45 of file exclusive_options_group.py.
| def qt_gui_py_common.exclusive_options_group.ExclusiveOptionGroup.get_settings | ( | self | ) |
Return dictionary with selected_index (int) and selected_option (dict) keys.
Definition at line 67 of file exclusive_options_group.py.
|
private |
Definition at line 49 of file exclusive_options_group.py.
|
private |
Definition at line 51 of file exclusive_options_group.py.