Module implementing the Editor Styles configuration page.
None |
EditorStylesPage | Class implementing the Editor Styles configuration page. |
create | Module function to create the configuration page. |
Class implementing the Editor Styles configuration page.
None |
None |
EditorStylesPage | Constructor |
__selectAnnotationColor | Private method to select an annotation color and update the sample. |
__setSampleStyleSheet | Private method to colorize a sample with given foreground and background colors. |
on_annotationsErrorBgButton_clicked | Private slot to set the background colour of the error annotations. |
on_annotationsErrorFgButton_clicked | Private slot to set the foreground colour of the error annotations. |
on_annotationsInformationBgButton_clicked | Private slot to set the background colour of the information annotations. |
on_annotationsInformationFgButton_clicked | Private slot to set the foreground colour of the information annotations. |
on_annotationsStyleWarningBgButton_clicked | Private slot to set the background colour of the style annotations. |
on_annotationsStyleWarningFgButton_clicked | Private slot to set the foreground colour of the style annotations. |
on_annotationsWarningBgButton_clicked | Private slot to set the background colour of the warning annotations. |
on_annotationsWarningFgButton_clicked | Private slot to set the foreground colour of the warning annotations. |
on_defaultFontButton_clicked | Private method used to select the default font for the editor. |
on_linenumbersFontButton_clicked | Private method used to select the font for the editor margins. |
on_monospacedFontButton_clicked | Private method used to select the font to be used as the monospaced font. |
polishPage | Public slot to perform some polishing actions. |
save | Public slot to save the Editor Styles configuration. |
setMode | Public method to perform mode dependent setups. |
None |
Constructor
Private method to select an annotation color and update the sample.
Private method to colorize a sample with given foreground and background colors.
Private slot to set the background colour of the error annotations.
Private slot to set the foreground colour of the error annotations.
Private slot to set the background colour of the information annotations.
Private slot to set the foreground colour of the information annotations.
Private slot to set the background colour of the style annotations.
Private slot to set the foreground colour of the style annotations.
Private slot to set the background colour of the warning annotations.
Private slot to set the foreground colour of the warning annotations.
Private method used to select the default font for the editor.
Private method used to select the font for the editor margins.
Private method used to select the font to be used as the monospaced font.
Public slot to perform some polishing actions.
Public slot to save the Editor Styles configuration.
Public method to perform mode dependent setups.
Module function to create the configuration page.