Sat, 25 Jun 2022 17:55:41 +0200
Compatibility fixes for rope >= 1.2.0.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>HelpDialog</class> <widget class="QDialog" name="HelpDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>700</width> <height>650</height> </rect> </property> <property name="windowTitle"> <string>Help</string> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QTextEdit" name="helpEdit"> <property name="readOnly"> <bool>true</bool> </property> </widget> </item> <item> <widget class="EricTextEditSearchWidget" name="searchWidget" native="true"> <property name="focusPolicy"> <enum>Qt::WheelFocus</enum> </property> </widget> </item> <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Close</set> </property> </widget> </item> </layout> </widget> <customwidgets> <customwidget> <class>EricTextEditSearchWidget</class> <extends>QWidget</extends> <header>EricWidgets/EricTextEditSearchWidget.h</header> <container>1</container> </customwidget> </customwidgets> <tabstops> <tabstop>helpEdit</tabstop> <tabstop>buttonBox</tabstop> </tabstops> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>HelpDialog</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>HelpDialog</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>