79 def create(dlg): # noqa: U100 |
79 def create(dlg): # noqa: U100 |
80 """ |
80 """ |
81 Module function to create the configuration page. |
81 Module function to create the configuration page. |
82 |
82 |
83 @param dlg reference to the configuration dialog |
83 @param dlg reference to the configuration dialog |
84 @return reference to the instantiated page (ConfigurationPageBase) |
84 @type ConfigurationDialog |
|
85 @return reference to the instantiated page |
|
86 @rtype ConfigurationPageBase |
85 """ |
87 """ |
86 page = TemplatesPage() |
88 page = TemplatesPage() |
87 return page |
89 return page |