Disabled rich text editor for key-value input.

This commit is contained in:
Just Wonder 2020-06-23 09:20:35 -07:00
parent 97be43ccc0
commit 6ac373d60d

View File

@ -49,7 +49,7 @@
</widget>
</item>
<item>
<widget class="QTextEdit" name="valueText">
<widget class="QPlainTextEdit" name="valueText">
<property name="toolTip">
<string>New value</string>
</property>