Implements a checkbox input.
More...
|
|
def | __init__ (self, InputDescription inputDescription) |
| |
|
def | clear (self) |
| |
|
def | read (self) |
| |
|
def | currentState (self) |
| |
|
def | selectionChanged (self) |
| |
|
def | __init__ (self, parent=None) |
| |
| dict | read () |
| | subclasses need to reimplement this method and return a dict containing strings as keys. More...
|
| |
|
dict | clear () |
| | Clears user input and resets widget.
|
| |
|
|
| inputDescription |
| |
|
| box |
| |
|
| label |
| |
|
|
| stateChanged = Signal(int) |
| |
Implements a checkbox input.
- Parameters
-
| inputDescription.prefill | If set to true the checkbox will be checked by default. |
The documentation for this class was generated from the following file: