8 """ |
8 """ |
9 |
9 |
10 from PyQt6.QtCore import pyqtSlot |
10 from PyQt6.QtCore import pyqtSlot |
11 from PyQt6.QtWidgets import QFontDialog |
11 from PyQt6.QtWidgets import QFontDialog |
12 |
12 |
|
13 from eric7 import Preferences |
|
14 |
13 from .ConfigurationPageBase import ConfigurationPageBase |
15 from .ConfigurationPageBase import ConfigurationPageBase |
14 from .Ui_TemplatesPage import Ui_TemplatesPage |
16 from .Ui_TemplatesPage import Ui_TemplatesPage |
15 |
|
16 from eric7 import Preferences |
|
17 |
17 |
18 |
18 |
19 class TemplatesPage(ConfigurationPageBase, Ui_TemplatesPage): |
19 class TemplatesPage(ConfigurationPageBase, Ui_TemplatesPage): |
20 """ |
20 """ |
21 Class implementing the Templates configuration page. |
21 Class implementing the Templates configuration page. |