1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-29 16:26:47 -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> <item>
<widget class="QPlainTextEdit" name="logEdit"> <widget class="QPlainTextEdit" name="logEdit">
<property name="enabled"> <property name="enabled">
<bool>false</bool> <bool>true</bool>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>Output log (stdout + stderr)</string> <string>Output log (stdout + stderr)</string>
</property> </property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget> </widget>
</item> </item>
<item> <item>