no rich text

This commit is contained in:
mrbesen 2023-05-02 21:40:53 +02:00
parent 17b244ec81
commit 96d57e8b8a
Signed by untrusted user: MrBesen
GPG Key ID: 596B2350DCD67504
1 changed files with 5 additions and 1 deletions

View File

@ -32,7 +32,11 @@
</widget>
</item>
<item row="0" column="0" colspan="2">
<widget class="QTextEdit" name="text"/>
<widget class="QTextEdit" name="text">
<property name="acceptRichText">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</widget>