Public Member Functions | |
def | __init__ |
def | get_settings |
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 36 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 43 of file exclusive_options_group.py.
Returns dictionary with selected_index (int) and selected_option (dict) keys.
Definition at line 65 of file exclusive_options_group.py.
Definition at line 43 of file exclusive_options_group.py.
Definition at line 43 of file exclusive_options_group.py.