eric6/UI/FindFileDialog.py

branch
micropython
changeset 7139
9bb36ec2d1b5
parent 7109
6191abce8002
child 7192
a22eee00b052
equal deleted inserted replaced
7138:a2a53535d855 7139:9bb36ec2d1b5
240 """ 240 """
241 self.__enableFindButton() 241 self.__enableFindButton()
242 242
243 @pyqtSlot() 243 @pyqtSlot()
244 def on_openFilesButton_clicked(self): 244 def on_openFilesButton_clicked(self):
245 """ 245 """
246 Private slot to handle the selection of the 'Open Files' radio button. 246 Private slot to handle the selection of the 'Open Files' radio button.
247 """ 247 """
248 self.__enableFindButton() 248 self.__enableFindButton()
249 249
250 @pyqtSlot() 250 @pyqtSlot()
251 def on_filterCheckBox_clicked(self): 251 def on_filterCheckBox_clicked(self):
252 """ 252 """
253 Private slot to handle the selection of the file filter check box. 253 Private slot to handle the selection of the file filter check box.

eric ide

mercurial