22       void Write(
const QString &
string);
 
   29       QTextEdit *p_textEdit;
 
void Write(const QString &string)
Add more information to the log widget. 
Definition: GuiLog.cpp:32
 
GuiLog(QWidget *parent=0)
Constructor. 
Definition: GuiLog.cpp:11
 
void Save()
Save the contents of the log widget to a file. 
Definition: GuiLog.cpp:44
 
void Clear()
Clear the contents of the log widget. 
Definition: GuiLog.cpp:37
 
~GuiLog()
Destructor. 
Definition: GuiLog.cpp:28