CustomTextEdit

A TextEdit is a multi-line plain text editor, comparable to a HTML <textarea>.

class CustomTextEdit : TextEdit {}

See Also

TextDisplay for a read-only text display.

LineEdit for a single line text editor.

PasswordEdit for a single line text editor that obscures its input.

Meta