Unknown macro: {alias}
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
Unknown macro: {indent}
An instance of QTextEdit. If this argument is omitted the current widget is used.
text
Unknown macro: {indent}
The text to be appended.
Unknown macro: {pagebreak}