#include <textDisplay.h>
Public Member Functions | |
TextDisplay (QWidget *parent=0, const char *name=0) | |
void | display (char *str) |
append the text given by str | |
void | displaySet (char *str) |
set the text to that given by str | |
void | display (const QString &) |
append the text given by str | |
void | displaySet (const QString &) |
set the text to that given by str |
This is a wrapper for a QTextView widget
|
|
|
append the text given by str
|
|
append the text given by str
|
|
set the text to that given by str
|
|
set the text to that given by str
|