Fri, 07 Jan 2022 11:55:15 +0100
Corrected a missing signal slot connection in the FindFileWidget.
eric7/UI/FindFileWidget.ui | file | annotate | diff | comparison | revisions |
--- a/eric7/UI/FindFileWidget.ui Wed Jan 05 17:39:04 2022 +0100 +++ b/eric7/UI/FindFileWidget.ui Fri Jan 07 11:55:15 2022 +0100 @@ -152,7 +152,7 @@ <item> <widget class="QTabWidget" name="fileOptionsWidget"> <property name="currentIndex"> - <number>0</number> + <number>1</number> </property> <widget class="QWidget" name="fileTypeTab"> <attribute name="title"> @@ -522,5 +522,22 @@ <tabstop>replaceButton</tabstop> </tabstops> <resources/> - <connections/> + <connections> + <connection> + <sender>dirButton</sender> + <signal>toggled(bool)</signal> + <receiver>dirPicker</receiver> + <slot>setEnabled(bool)</slot> + <hints> + <hint type="sourcelabel"> + <x>92</x> + <y>185</y> + </hint> + <hint type="destinationlabel"> + <x>90</x> + <y>211</y> + </hint> + </hints> + </connection> + </connections> </ui>