mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-05-02 18:09:14 -05:00
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:
+1
-41
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user