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): |