328 def create(dlg): # noqa: U100 |
328 def create(dlg): # noqa: U100 |
329 """ |
329 """ |
330 Module function to create the configuration page. |
330 Module function to create the configuration page. |
331 |
331 |
332 @param dlg reference to the configuration dialog |
332 @param dlg reference to the configuration dialog |
333 @return reference to the instantiated page (ConfigurationPageBase) |
333 @type ConfigurationDialog |
|
334 @return reference to the instantiated page |
|
335 @rtype ConfigurationPageBase |
334 """ |
336 """ |
335 page = EditorTypingPage() |
337 page = EditorTypingPage() |
336 return page |
338 return page |