1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-29 08:16:35 -04:00

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

This commit is contained in:
f4exb 2018-01-05 00:12:38 +01:00
parent 098ae3be74
commit 0f5501ca5b

View File

@ -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>