PyPO User Manual
GUI.ParameterForms.simpleInputWidgets.StaticInput Class Reference

Input that cannot be edited by user. More...

Inheritance diagram for GUI.ParameterForms.simpleInputWidgets.StaticInput:

Public Member Functions

def __init__ (self, InputDescription inputDescription)
 
def clear (self)
 
def read (self)
 

Public Attributes

 inputDescription
 

Detailed Description

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).


The documentation for this class was generated from the following file: