TextEditDialog

class cgp_generic_utils.qt.TextEditDialog(title, label, text=None, size=None, parent=None, isFrameless=False)

Bases: cgp_generic_utils.qt.BaseDialog

dialog with textEdit filling

setText(text=None)

set the text of the line edit

Parameters:text (str) – text used to set the line edit
validation()

validation of the dialog

Returns:Cancel : None - Ok : textEdit content
Return type:None or str