|
Prüfungsamt-Projekt
1.0.0
|
Text Monitor. Mehr ...
#include <textmonitor.h>
Öffentliche Slots | |
| void | write (const char *string="") |
Öffentliche Methoden | |
| TextMonitor (QWidget *parent=NULL, const char *name=NULL) | |
Private Attribute | |
| QMultiLineEdit * | Output |
Text Monitor.
TextMonitor ist ein Qt-Widget für die Ausgabe von Textzeilen wie z.B. beim SQL Monitor.
| TextMonitor::TextMonitor | ( | QWidget * | parent = NULL, |
| const char * | name = NULL |
||
| ) |
Constructor.
| parent | Parent QWidget; default: NULL. |
| name | Widget-Name; default: NULL. |
| void TextMonitor::write | ( | const char * | string = "" | ) | [virtual, slot] |
QMultiLineEdit* TextMonitor::Output [private] |