193 def create(dlg): # noqa: U100 |
193 def create(dlg): # noqa: U100 |
194 """ |
194 """ |
195 Module function to create the configuration page. |
195 Module function to create the configuration page. |
196 |
196 |
197 @param dlg reference to the configuration dialog |
197 @param dlg reference to the configuration dialog |
198 @return reference to the instantiated page (ConfigurationPageBase) |
198 @type ConfigurationDialog |
|
199 @return reference to the instantiated page |
|
200 @rtype ConfigurationPageBase |
199 """ |
201 """ |
200 page = WebBrowserAppearancePage() |
202 page = WebBrowserAppearancePage() |
201 return page |
203 return page |