Sat, 29 Jan 2011 13:38:30 +0100
Added the rope query functions.
<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="leftMargin" > <number>6</number> </property> <property name="topMargin" > <number>6</number> </property> <property name="rightMargin" > <number>6</number> </property> <property name="bottomMargin" > <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/> </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>