227 "DefaultSets" |
227 "DefaultSets" |
228 ][:] |
228 ][:] |
229 self.keywordsEdit.setPlainText(self.__keywords[language]["Sets"][kwSet]) |
229 self.keywordsEdit.setPlainText(self.__keywords[language]["Sets"][kwSet]) |
230 |
230 |
231 |
231 |
232 def create(dlg): # noqa: U100 |
232 def create(_dlg): |
233 """ |
233 """ |
234 Module function to create the configuration page. |
234 Module function to create the configuration page. |
235 |
235 |
236 @param dlg reference to the configuration dialog |
236 @param _dlg reference to the configuration dialog (unused) |
237 @type ConfigurationWidget |
237 @type ConfigurationWidget |
238 @return reference to the instantiated page |
238 @return reference to the instantiated page |
239 @rtype ConfigurationPageBase |
239 @rtype ConfigurationPageBase |
240 """ |
240 """ |
241 page = EditorKeywordsPage() |
241 page = EditorKeywordsPage() |