180 """ |
180 """ |
181 self.searchDirCheckBox.setEnabled(text != "") |
181 self.searchDirCheckBox.setEnabled(text != "") |
182 if self.searchDirCheckBox.isChecked(): |
182 if self.searchDirCheckBox.isChecked(): |
183 self.__searchFile() |
183 self.__searchFile() |
184 |
184 |
185 |
|
186 @pyqtSlot() |
185 @pyqtSlot() |
187 def on_searchDirButton_clicked(self): |
186 def on_searchDirButton_clicked(self): |
188 """ |
187 """ |
189 Private slot to handle the clicked signal of the search directory selection |
188 Private slot to handle the clicked signal of the search directory selection |
190 button. |
189 button. |