63 def create(dlg): # noqa: U100 |
63 def create(dlg): # noqa: U100 |
64 """ |
64 """ |
65 Module function to create the configuration page. |
65 Module function to create the configuration page. |
66 |
66 |
67 @param dlg reference to the configuration dialog |
67 @param dlg reference to the configuration dialog |
68 @return reference to the instantiated page (ConfigurationPageBase) |
68 @type ConfigurationDialog |
|
69 @return reference to the instantiated page |
|
70 @rtype ConfigurationPageBase |
69 """ |
71 """ |
70 page = TrayStarterPage() |
72 page = TrayStarterPage() |
71 return page |
73 return page |