136 def create(dlg): # noqa: U100 |
136 def create(dlg): # noqa: U100 |
137 """ |
137 """ |
138 Module function to create the configuration page. |
138 Module function to create the configuration page. |
139 |
139 |
140 @param dlg reference to the configuration dialog |
140 @param dlg reference to the configuration dialog |
141 @return reference to the instantiated page (ConfigurationPageBase) |
141 @type ConfigurationDialog |
|
142 @return reference to the instantiated page |
|
143 @rtype ConfigurationPageBase |
142 """ |
144 """ |
143 page = ShellPage() |
145 page = ShellPage() |
144 return page |
146 return page |