197 def create(dlg): # noqa: U100 |
197 def create(dlg): # noqa: U100 |
198 """ |
198 """ |
199 Module function to create the configuration page. |
199 Module function to create the configuration page. |
200 |
200 |
201 @param dlg reference to the configuration dialog |
201 @param dlg reference to the configuration dialog |
202 @return reference to the instantiated page (ConfigurationPageBase) |
202 @type ConfigurationDialog |
|
203 @return reference to the instantiated page |
|
204 @rtype ConfigurationPageBase |
203 """ |
205 """ |
204 page = EditorExportersPage() |
206 page = EditorExportersPage() |
205 return page |
207 return page |