src/eric7/WebBrowser/SpellCheck/ManageDictionariesDialog.py

branch
eric7
changeset 10692
9becf9ca115c
parent 10439
21c28b0f9e41
child 10938
2a7e115e2198
equal deleted inserted replaced
10691:d1a603a70f83 10692:9becf9ca115c
168 @type bool 168 @type bool
169 """ 169 """
170 self.dictionariesUrlEdit.setReadOnly(not checked) 170 self.dictionariesUrlEdit.setReadOnly(not checked)
171 171
172 @pyqtSlot(str) 172 @pyqtSlot(str)
173 def on_locationComboBox_currentTextChanged(self, txt): 173 def on_locationComboBox_currentTextChanged(self, _txt):
174 """ 174 """
175 Private slot to handle a change of the installation location. 175 Private slot to handle a change of the installation location.
176 176
177 @param txt installation location 177 @param _txt installation location (unused)
178 @type str 178 @type str
179 """ 179 """
180 self.__checkInstalledDictionaries() 180 self.__checkInstalledDictionaries()
181 181
182 def __populateList(self): 182 def __populateList(self):

eric ide

mercurial