qappend - append text to QTextEdit
Name
qappend — append text to QTextEdit
Syntax
qappend [textedit] text
Description
The qappend command appends text to a qtextedit text editor.
See qtextedit for an example on how to use qappend.
Arguments
textedit
An instance of QTextEdit. If this argument is omitted the current widget is used.
text
The text to be appended.