src/eric7/Preferences/ConfigurationPages/ShellPage.py

branch
eric7
changeset 9413
80c06d472826
parent 9221
bf71ee032bb4
child 9473
3f23dbf37dbe
equal deleted inserted replaced
9412:45e7bb09c120 9413:80c06d472826
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.

eric ide

mercurial