11 from PyQt6.QtWidgets import QFontDialog |
11 from PyQt6.QtWidgets import QFontDialog |
12 |
12 |
13 from .ConfigurationPageBase import ConfigurationPageBase |
13 from .ConfigurationPageBase import ConfigurationPageBase |
14 from .Ui_EditorExportersPage import Ui_EditorExportersPage |
14 from .Ui_EditorExportersPage import Ui_EditorExportersPage |
15 |
15 |
16 import Preferences |
16 from eric7 import Preferences |
17 |
17 |
18 |
18 |
19 class EditorExportersPage(ConfigurationPageBase, Ui_EditorExportersPage): |
19 class EditorExportersPage(ConfigurationPageBase, Ui_EditorExportersPage): |
20 """ |
20 """ |
21 Class implementing the Editor Typing configuration page. |
21 Class implementing the Editor Typing configuration page. |