Commands: set QPlainTextEdit enabled but read only to view the log

pull/127/head
f4exb 2018-01-05 00:12:38 +01:00
rodzic 098ae3be74
commit 0f5501ca5b
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -276,11 +276,14 @@
<item>
<widget class="QPlainTextEdit" name="logEdit">
<property name="enabled">
<bool>false</bool>
<bool>true</bool>
</property>
<property name="toolTip">
<string>Output log (stdout + stderr)</string>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item>