UI/FindFileNameDialog.py

branch
Py2 comp.
changeset 2677
3d4277929fb3
parent 2525
8b507a9a2d40
parent 2632
94121e2f55b9
child 2791
a9577f248f04
equal deleted inserted replaced
2670:e60ea6cb8e11 2677:3d4277929fb3
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.

eric ide

mercurial