40 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
40 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
41 </property> |
41 </property> |
42 </widget> |
42 </widget> |
43 </item> |
43 </item> |
44 <item row="1" column="1"> |
44 <item row="1" column="1"> |
45 <widget class="QPlainTextEdit" name="messageEdit"> |
45 <widget class="EricSpellCheckedPlainTextEdit" name="messageEdit"> |
46 <property name="toolTip"> |
46 <property name="toolTip"> |
47 <string>Enter the commit message for the patch</string> |
47 <string>Enter the commit message for the patch</string> |
48 </property> |
48 </property> |
49 <property name="tabChangesFocus"> |
49 <property name="tabChangesFocus"> |
50 <bool>true</bool> |
50 <bool>true</bool> |
161 </property> |
161 </property> |
162 </widget> |
162 </widget> |
163 </item> |
163 </item> |
164 </layout> |
164 </layout> |
165 </widget> |
165 </widget> |
|
166 <customwidgets> |
|
167 <customwidget> |
|
168 <class>EricSpellCheckedPlainTextEdit</class> |
|
169 <extends>QPlainTextEdit</extends> |
|
170 <header>EricWidgets/EricSpellCheckedTextEdit.h</header> |
|
171 </customwidget> |
|
172 </customwidgets> |
166 <tabstops> |
173 <tabstops> |
167 <tabstop>nameEdit</tabstop> |
174 <tabstop>nameEdit</tabstop> |
168 <tabstop>messageEdit</tabstop> |
175 <tabstop>messageEdit</tabstop> |
169 <tabstop>userGroup</tabstop> |
176 <tabstop>userGroup</tabstop> |
170 <tabstop>currentUserCheckBox</tabstop> |
177 <tabstop>currentUserCheckBox</tabstop> |