72 def create(dlg): # noqa: U100 |
72 def create(dlg): # noqa: U100 |
73 """ |
73 """ |
74 Module function to create the configuration page. |
74 Module function to create the configuration page. |
75 |
75 |
76 @param dlg reference to the configuration dialog |
76 @param dlg reference to the configuration dialog |
77 @return reference to the instantiated page (ConfigurationPageBase) |
77 @type ConfigurationDialog |
|
78 @return reference to the instantiated page |
|
79 @rtype ConfigurationPageBase |
78 """ |
80 """ |
79 page = GraphicsPage() |
81 page = GraphicsPage() |
80 return page |
82 return page |