292 self.__colors["NotificationCriticalBackground"], |
292 self.__colors["NotificationCriticalBackground"], |
293 ) |
293 ) |
294 ) |
294 ) |
295 |
295 |
296 |
296 |
297 def create(dlg): |
297 def create(dlg): # noqa: U100 |
298 """ |
298 """ |
299 Module function to create the configuration page. |
299 Module function to create the configuration page. |
300 |
300 |
301 @param dlg reference to the configuration dialog |
301 @param dlg reference to the configuration dialog |
302 @return reference to the instantiated page (ConfigurationPageBase) |
302 @return reference to the instantiated page (ConfigurationPageBase) |