8.5.4.1.13. pymodaq_gui.parameter.pymodaq_ptypes.text module
- class pymodaq_gui.parameter.pymodaq_ptypes.text.PlainTextParameterItem(param, depth)[source]
Bases:
WidgetParameterItemMethods
Make and initialize an instance of Plain_text_pb object from parameter options dictionnary (using 'readonly' key).
buttonClicked
- makeWidget()[source]
Make and initialize an instance of Plain_text_pb object from parameter options dictionnary (using ‘readonly’ key).
- Returns:
The initialized object.
- Return type:
Plain_text_pb object
See also
Plain_text_pb,buttonClicked
- class pymodaq_gui.parameter.pymodaq_ptypes.text.PlainTextPbParameter(**opts)[source]
Bases:
ParameterEditable string; displayed as large text box in the tree.
Methods
activate()Send the Activated signal.
itemClass
sigActivated
- itemClass
alias of
PlainTextParameterItem
- class pymodaq_gui.parameter.pymodaq_ptypes.text.PlainTextWidget(*args: Any, **kwargs: Any)[source]
Bases:
QWidgetAttributes
Type
value_changed
instance of pyqt Signal
See also
Methods
Emit the value changed signal from the text_edit attribute.
Get the value of the text_edit attribute.
initUI()Init the User Interface.
set_value(txt)Set the value of the text_edit attribute.
value_changed