636 colour, |
636 colour, |
637 ) |
637 ) |
638 self.editorColours["AnnotationsStyleBackground"] = colour |
638 self.editorColours["AnnotationsStyleBackground"] = colour |
639 |
639 |
640 |
640 |
641 def create(dlg): |
641 def create(dlg): # noqa: U100 |
642 """ |
642 """ |
643 Module function to create the configuration page. |
643 Module function to create the configuration page. |
644 |
644 |
645 @param dlg reference to the configuration dialog |
645 @param dlg reference to the configuration dialog |
646 @return reference to the instantiated page (ConfigurationPageBase) |
646 @return reference to the instantiated page (ConfigurationPageBase) |