Get rid of the find dialog

Remove the old find dialog. It's fully replaced by the new filter row
now. Good riddance!
This commit is contained in:
Martin Kleusberg
2013-04-09 19:36:17 +02:00
parent 44a635167d
commit 2463cf3d5d
9 changed files with 2 additions and 410 deletions
+1 -41
View File
@@ -116,29 +116,6 @@
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="buttonFind">
<property name="toolTip">
<string>Open or close the floating find window</string>
</property>
<property name="whatsThis">
<string>This button toggles the appearance of the Find window, used to search records in the database view</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="icons/icons.qrc">
<normaloff>:/icons/searchfind</normaloff>:/icons/searchfind</iconset>
</property>
<property name="shortcut">
<string>Ctrl+F</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="buttonRefresh">
<property name="toolTip">
@@ -315,7 +292,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>278</width>
<width>763</width>
<height>444</height>
</rect>
</property>
@@ -1367,7 +1344,6 @@
<tabstops>
<tabstop>dbTreeWidget</tabstop>
<tabstop>comboBrowseTable</tabstop>
<tabstop>buttonFind</tabstop>
<tabstop>buttonRefresh</tabstop>
<tabstop>buttonNewRecord</tabstop>
<tabstop>buttonDeleteRecord</tabstop>
@@ -1581,22 +1557,6 @@
</hint>
</hints>
</connection>
<connection>
<sender>buttonFind</sender>
<signal>toggled(bool)</signal>
<receiver>MainWindow</receiver>
<slot>browseFind(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>141</x>
<y>81</y>
</hint>
<hint type="destinationlabel">
<x>399</x>
<y>299</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonRefresh</sender>
<signal>clicked()</signal>