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_ShellPage import Ui_ShellPage |
14 from .Ui_ShellPage import Ui_ShellPage |
15 |
15 |
16 import Preferences |
16 from eric7 import Preferences |
17 |
17 |
18 from QScintilla.Shell import ShellHistoryStyle |
18 from eric7.QScintilla.Shell import ShellHistoryStyle |
19 |
19 |
20 |
20 |
21 class ShellPage(ConfigurationPageBase, Ui_ShellPage): |
21 class ShellPage(ConfigurationPageBase, Ui_ShellPage): |
22 """ |
22 """ |
23 Class implementing the Shell configuration page. |
23 Class implementing the Shell configuration page. |