UI/FindFileNameDialog.py

branch
5_3_x
changeset 2631
06f866e83d3a
parent 2302
f29e9405c851
child 2677
3d4277929fb3
child 2701
7904fd3bc30d
equal deleted inserted replaced
2630:d2051b6c5658 2631:06f866e83d3a
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