UI/FindFileNameDialog.py

changeset 2632
94121e2f55b9
parent 2302
f29e9405c851
child 2677
3d4277929fb3
child 2701
7904fd3bc30d
equal deleted inserted replaced
2629:95be6907871c 2632:94121e2f55b9
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.

eric ide

mercurial