--- a/eric7/MultiProject/PropertiesDialog.ui Tue Jun 15 19:42:36 2021 +0200 +++ b/eric7/MultiProject/PropertiesDialog.ui Wed Jun 16 17:47:50 2021 +0200 @@ -1,7 +1,8 @@ -<ui version="4.0" > +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> <class>PropertiesDialog</class> - <widget class="QDialog" name="PropertiesDialog" > - <property name="geometry" > + <widget class="QDialog" name="PropertiesDialog"> + <property name="geometry"> <rect> <x>0</x> <y>0</y> @@ -9,41 +10,41 @@ <height>227</height> </rect> </property> - <property name="windowTitle" > + <property name="windowTitle"> <string>Multiproject Properties</string> </property> - <property name="sizeGripEnabled" > + <property name="sizeGripEnabled"> <bool>true</bool> </property> - <layout class="QVBoxLayout" > + <layout class="QVBoxLayout"> <item> - <layout class="QGridLayout" > - <item row="0" column="0" > - <widget class="QLabel" name="descriptionLabel" > - <property name="text" > + <layout class="QGridLayout"> + <item row="0" column="0"> + <widget class="QLabel" name="descriptionLabel"> + <property name="text"> <string>&Description:</string> </property> - <property name="alignment" > + <property name="alignment"> <set>Qt::AlignTop</set> </property> - <property name="buddy" > + <property name="buddy"> <cstring>descriptionEdit</cstring> </property> </widget> </item> - <item row="0" column="1" > - <widget class="QTextEdit" name="descriptionEdit" > - <property name="toolTip" > + <item row="0" column="1"> + <widget class="EricSpellCheckedTextEdit" name="descriptionEdit"> + <property name="toolTip"> <string>Enter description</string> </property> - <property name="whatsThis" > - <string><b>Description</b> -<p>Enter a short description for the multiproject.</p></string> + <property name="whatsThis"> + <string><b>Description</b> +<p>Enter a short description for the multiproject.</p></string> </property> - <property name="tabChangesFocus" > + <property name="tabChangesFocus"> <bool>true</bool> </property> - <property name="acceptRichText" > + <property name="acceptRichText"> <bool>false</bool> </property> </widget> @@ -51,17 +52,24 @@ </layout> </item> <item> - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="orientation" > + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="orientation"> <enum>Qt::Horizontal</enum> </property> - <property name="standardButtons" > + <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> + <customwidgets> + <customwidget> + <class>EricSpellCheckedTextEdit</class> + <extends>QTextEdit</extends> + <header>EricWidgets/EricSpellCheckedTextEdit.h</header> + </customwidget> + </customwidgets> <tabstops> <tabstop>descriptionEdit</tabstop> <tabstop>buttonBox</tabstop> @@ -74,11 +82,11 @@ <receiver>PropertiesDialog</receiver> <slot>accept()</slot> <hints> - <hint type="sourcelabel" > + <hint type="sourcelabel"> <x>248</x> <y>254</y> </hint> - <hint type="destinationlabel" > + <hint type="destinationlabel"> <x>157</x> <y>274</y> </hint> @@ -90,11 +98,11 @@ <receiver>PropertiesDialog</receiver> <slot>reject()</slot> <hints> - <hint type="sourcelabel" > + <hint type="sourcelabel"> <x>316</x> <y>260</y> </hint> - <hint type="destinationlabel" > + <hint type="destinationlabel"> <x>286</x> <y>274</y> </hint>