src/eric7/WebBrowser/SpellCheck/ManageDictionariesDialog.py

branch
eric7
changeset 10436
f6881d10e995
parent 10403
ea3320d5e8e9
child 10439
21c28b0f9e41
equal deleted inserted replaced
10435:c712d09cc839 10436:f6881d10e995
162 def on_dictionariesUrlEditButton_toggled(self, checked): 162 def on_dictionariesUrlEditButton_toggled(self, checked):
163 """ 163 """
164 Private slot to set the read only status of the dictionaries URL line 164 Private slot to set the read only status of the dictionaries URL line
165 edit. 165 edit.
166 166
167 @param checked state of the push button (boolean) 167 @param checked state of the push button
168 @type bool
168 """ 169 """
169 self.dictionariesUrlEdit.setReadOnly(not checked) 170 self.dictionariesUrlEdit.setReadOnly(not checked)
170 171
171 @pyqtSlot(str) 172 @pyqtSlot(str)
172 def on_locationComboBox_currentTextChanged(self, txt): 173 def on_locationComboBox_currentTextChanged(self, txt):

eric ide

mercurial