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