diff -r 9f687137a929 -r fc72a5b922a6 RefactoringRope/MatchesDialog.ui --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/RefactoringRope/MatchesDialog.ui Sat Jan 29 13:38:30 2011 +0100 @@ -0,0 +1,122 @@ +<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>