Fix bug #4445: Don't accept rich text formatting because it won't be saved.

This commit is contained in:
John Schember 2010-01-07 19:43:52 -05:00
parent 025d261425
commit 77d4af5d31

View File

@ -43,8 +43,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>879</width> <width>869</width>
<height>710</height> <height>698</height>
</rect> </rect>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_5"> <layout class="QVBoxLayout" name="verticalLayout_5">
@ -408,7 +408,11 @@
</property> </property>
<layout class="QGridLayout" name="gridLayout_4"> <layout class="QGridLayout" name="gridLayout_4">
<item row="0" column="0"> <item row="0" column="0">
<widget class="QTextEdit" name="comments"/> <widget class="QTextEdit" name="comments">
<property name="acceptRichText">
<bool>false</bool>
</property>
</widget>
</item> </item>
</layout> </layout>
</widget> </widget>