Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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.

  • No labels