Implements a single or multiple valued text edit.
More...
|
|
def | __init__ (self, InputDescription inputDescription) |
| |
|
def | setupUI (self) |
| |
|
def | prefill (self) |
| |
|
def | clear (self) |
| |
|
def | read (self) |
| |
|
|
| inputDescription |
| |
|
| layout |
| |
|
| inputs |
| |
|
| editsWid |
| |
|
| label |
| |
Implements a single or multiple valued text edit.
- Parameters
-
| inputDescription.numFields | Determines the number of fields, default = 1. |
| inputDescription.hints | List of strings to provide hints. The length of this list should match the number of fields. If inputDescription.prefill is True, the hints will be used as prefilled values. |
| inputDescription.prefill,If | set to true the hints will be used as prefilled values. |
The documentation for this class was generated from the following file: