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>MatchesDialog</class> <widget class="QDialog" name="MatchesDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>649</width> <height>480</height> </rect> </property> <property name="windowTitle"> <string>Refactoring Matches</string> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <layout class="QVBoxLayout"> <property name="spacing"> <number>6</number> </property> <property name="margin" stdset="0"> <number>6</number> </property> <item> <widget class="QTreeWidget" name="matchesList"> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="rootIsDecorated"> <bool>false</bool> </property> <property name="itemsExpandable"> <bool>false</bool> </property> <property name="sortingEnabled"> <bool>true</bool> </property> <column> <property name="text"> <string>Filename</string> </property> </column> <column> <property name="text"> <string>Line</string> </property> </column> <column> <property name="text"> <string>Confidence</string> </property> </column> <column> <property name="text"> <string notr="true"/> </property> </column> </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> <layoutdefault spacing="6" margin="6"/> <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> <tabstops> <tabstop>matchesList</tabstop> </tabstops> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>MatchesDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>197</x> <y>463</y> </hint> <hint type="destinationlabel"> <x>198</x> <y>480</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>MatchesDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>326</x> <y>461</y> </hint> <hint type="destinationlabel"> <x>326</x> <y>477</y> </hint> </hints> </connection> </connections> </ui>