Input that cannot be edited by user. More...
Public Member Functions | |
| def | __init__ (self, InputDescription inputDescription) |
| def | clear (self) |
| def | read (self) |
Public Member Functions inherited from GUI.ParameterForms.inputWidgetInterfaces.inputWidgetInterface | |
| 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. | |
Public Attributes | |
| inputDescription | |
Input that cannot be edited by user.
Can be used to communicate information to user about the form. In this case outputName of the provided InputDescription should be None. Can also be used for adding a prefilled value that is visible or invisible to user depending on the 'hidden' value of provided InputDescription (visible by default).