mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-17 05:41:56 -05:00
Commands: set QPlainTextEdit enabled but read only to view the log
This commit is contained in:
parent
098ae3be74
commit
0f5501ca5b
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user