228 self, |
228 self, |
229 ) |
229 ) |
230 dlg.exec() |
230 dlg.exec() |
231 |
231 |
232 |
232 |
233 def create(dlg): # noqa: U100 |
233 def create(_dlg): |
234 """ |
234 """ |
235 Module function to create the configuration page. |
235 Module function to create the configuration page. |
236 |
236 |
237 @param dlg reference to the configuration dialog |
237 @param _dlg reference to the configuration dialog (unused) |
238 @type ConfigurationDialog |
238 @type ConfigurationDialog |
239 @return reference to the instantiated page |
239 @return reference to the instantiated page |
240 @rtype ConfigurationPageBase |
240 @rtype ConfigurationPageBase |
241 """ |
241 """ |
242 page = IconsPage() |
242 page = IconsPage() |