145 def create(dlg): # noqa: U100 |
145 def create(dlg): # noqa: U100 |
146 """ |
146 """ |
147 Module function to create the configuration page. |
147 Module function to create the configuration page. |
148 |
148 |
149 @param dlg reference to the configuration dialog |
149 @param dlg reference to the configuration dialog |
150 @return reference to the instantiated page (ConfigurationPageBase) |
150 @type ConfigurationDialog |
|
151 @return reference to the instantiated page |
|
152 @rtype ConfigurationPageBase |
151 """ |
153 """ |
152 page = InterfaceLightPage() |
154 page = InterfaceLightPage() |
153 return page |
155 return page |