667 Private slot to set the background colour of the information annotations. |
667 Private slot to set the background colour of the information annotations. |
668 """ |
668 """ |
669 self.__selectAnnotationColor("Info", True, self.annotationsInformationSample) |
669 self.__selectAnnotationColor("Info", True, self.annotationsInformationSample) |
670 |
670 |
671 |
671 |
672 def create(dlg): # noqa: U100 |
672 def create(_dlg): |
673 """ |
673 """ |
674 Module function to create the configuration page. |
674 Module function to create the configuration page. |
675 |
675 |
676 @param dlg reference to the configuration dialog |
676 @param _dlg reference to the configuration dialog (unused) |
677 @type ConfigurationDialog |
677 @type ConfigurationDialog |
678 @return reference to the instantiated page |
678 @return reference to the instantiated page |
679 @rtype ConfigurationPageBase |
679 @rtype ConfigurationPageBase |
680 """ |
680 """ |
681 page = EditorStylesPage() |
681 page = EditorStylesPage() |