19 from E5Gui import E5MessageBox, E5FileDialog |
19 from E5Gui import E5MessageBox, E5FileDialog |
20 |
20 |
21 import Preferences |
21 import Preferences |
22 |
22 |
23 |
23 |
|
24 # TODO: add a button to show only monospaced fonts |
24 class EditorHighlightingStylesPage(ConfigurationPageBase, |
25 class EditorHighlightingStylesPage(ConfigurationPageBase, |
25 Ui_EditorHighlightingStylesPage): |
26 Ui_EditorHighlightingStylesPage): |
26 """ |
27 """ |
27 Class implementing the Editor Highlighting Styles configuration page. |
28 Class implementing the Editor Highlighting Styles configuration page. |
28 """ |
29 """ |