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. |