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