Dynamic checkbox button. More...
Public Member Functions | |
| def | __init__ (self, inp) |
| Constructor. More... | |
| def | isChecked (self) |
| def | makeChildren (self) |
| Creates the nested forms. | |
| def | modeUpdate (self, index) |
| Updates the dynamic widget according to users selection. More... | |
| def | clear (self) |
| Clears all inputs of the form. | |
| def | read (self) |
| Reads the inputs. More... | |
Public Attributes | |
| inputDescription | |
| layout | |
| hasChildren | |
| mode | |
| children | |
| stackedWidget | |
| child | |
Dynamic checkbox button.
Checkbox followed by a dynamic section that changes depending on users selection in the dropdown.
| def GUI.ParameterForms.formGenerator.DynamicCheckboxWidget.__init__ | ( | self, | |
| inp | |||
| ) |
Constructor.
Creates the form section.
| inp | InputDescription object received from formData. |
| def GUI.ParameterForms.formGenerator.DynamicCheckboxWidget.modeUpdate | ( | self, | |
| index | |||
| ) |
Updates the dynamic widget according to users selection.
| index | Index of the option. |
| def GUI.ParameterForms.formGenerator.DynamicCheckboxWidget.read | ( | self | ) |
Reads the inputs.