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