Tue, 30 Dec 2014 11:50:13 +0100
Corrected some copy & paste issue in the Mercurial plug-in.
<ui version="4.0" > <class>PropertiesDialog</class> <widget class="QDialog" name="PropertiesDialog" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>530</width> <height>227</height> </rect> </property> <property name="windowTitle" > <string>Multiproject Properties</string> </property> <property name="sizeGripEnabled" > <bool>true</bool> </property> <layout class="QVBoxLayout" > <item> <layout class="QGridLayout" > <item row="0" column="0" > <widget class="QLabel" name="descriptionLabel" > <property name="text" > <string>&Description:</string> </property> <property name="alignment" > <set>Qt::AlignTop</set> </property> <property name="buddy" > <cstring>descriptionEdit</cstring> </property> </widget> </item> <item row="0" column="1" > <widget class="QTextEdit" 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> <property name="tabChangesFocus" > <bool>true</bool> </property> <property name="acceptRichText" > <bool>false</bool> </property> </widget> </item> </layout> </item> <item> <widget class="QDialogButtonBox" name="buttonBox" > <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="standardButtons" > <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> <tabstops> <tabstop>descriptionEdit</tabstop> <tabstop>buttonBox</tabstop> </tabstops> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>PropertiesDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel" > <x>248</x> <y>254</y> </hint> <hint type="destinationlabel" > <x>157</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>PropertiesDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel" > <x>316</x> <y>260</y> </hint> <hint type="destinationlabel" > <x>286</x> <y>274</y> </hint> </hints> </connection> </connections> </ui>