Wed, 27 Apr 2022 14:15:51 +0200
Implemented a fix for issue 427.
eric7/UI/FindFileWidget.ui | file | annotate | diff | comparison | revisions |
--- a/eric7/UI/FindFileWidget.ui Tue Apr 26 10:25:38 2022 +0200 +++ b/eric7/UI/FindFileWidget.ui Wed Apr 27 14:15:51 2022 +0200 @@ -152,7 +152,7 @@ <item> <widget class="QTabWidget" name="fileOptionsWidget"> <property name="currentIndex"> - <number>1</number> + <number>0</number> </property> <widget class="QWidget" name="fileTypeTab"> <attribute name="title"> @@ -539,5 +539,21 @@ </hint> </hints> </connection> + <connection> + <sender>filterCheckBox</sender> + <signal>toggled(bool)</signal> + <receiver>filterEdit</receiver> + <slot>setEnabled(bool)</slot> + <hints> + <hint type="sourcelabel"> + <x>52</x> + <y>261</y> + </hint> + <hint type="destinationlabel"> + <x>101</x> + <y>258</y> + </hint> + </hints> + </connection> </connections> </ui>