Wiki Markup |
---|
{alias:qappend} |
Name
qappend — append text to QTextEdit
...
The qappend command appends text to a QTextEdit qtextedit text editor.
See QTextEdit 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.