Load log into the log tab.
This commit is contained in:
parent
9249ec3dcb
commit
14a5a81c60
1 changed files with 3 additions and 0 deletions
|
@ -219,6 +219,9 @@ namespace GeorgesQt
|
|||
else
|
||||
return;
|
||||
|
||||
m_ui.logEdit->setPlainText( form->Header.Log.c_str() );
|
||||
m_ui.logEdit->setReadOnly( true );
|
||||
|
||||
UFormElm *root = 0;
|
||||
root = &m_form->getRootNode();
|
||||
|
||||
|
|
Loading…
Reference in a new issue