--- a/RefactoringRope/HelpDialog.ui Wed May 26 17:53:08 2021 +0200 +++ b/RefactoringRope/HelpDialog.ui Wed May 26 19:07:42 2021 +0200 @@ -1,49 +1,50 @@ -<ui version="4.0" > +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> <class>HelpDialog</class> - <widget class="QDialog" name="HelpDialog" > - <property name="geometry" > + <widget class="QDialog" name="HelpDialog"> + <property name="geometry"> <rect> <x>0</x> <y>0</y> - <width>550</width> - <height>600</height> + <width>700</width> + <height>650</height> </rect> </property> - <property name="windowTitle" > + <property name="windowTitle"> <string>Help</string> </property> - <property name="sizeGripEnabled" > + <property name="sizeGripEnabled"> <bool>true</bool> </property> - <layout class="QVBoxLayout" > - <property name="spacing" > + <layout class="QVBoxLayout"> + <property name="spacing"> <number>6</number> </property> - <property name="leftMargin" > + <property name="leftMargin"> <number>6</number> </property> - <property name="topMargin" > + <property name="topMargin"> <number>6</number> </property> - <property name="rightMargin" > + <property name="rightMargin"> <number>6</number> </property> - <property name="bottomMargin" > + <property name="bottomMargin"> <number>6</number> </property> <item> - <widget class="QTextEdit" name="helpEdit" > - <property name="readOnly" > + <widget class="QTextEdit" name="helpEdit"> + <property name="readOnly"> <bool>true</bool> </property> </widget> </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::Close</set> </property> </widget> @@ -62,11 +63,11 @@ <receiver>HelpDialog</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> @@ -78,11 +79,11 @@ <receiver>HelpDialog</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>