11 from PyQt6.QtGui import QColor |
11 from PyQt6.QtGui import QColor |
12 |
12 |
13 from .ConfigurationPageBase import ConfigurationPageBase |
13 from .ConfigurationPageBase import ConfigurationPageBase |
14 from .Ui_LogViewerPage import Ui_LogViewerPage |
14 from .Ui_LogViewerPage import Ui_LogViewerPage |
15 |
15 |
16 import Preferences |
16 from eric7 import Preferences |
17 |
17 |
18 |
18 |
19 class LogViewerPage(ConfigurationPageBase, Ui_LogViewerPage): |
19 class LogViewerPage(ConfigurationPageBase, Ui_LogViewerPage): |
20 """ |
20 """ |
21 Class implementing the Log Viewer configuration page. |
21 Class implementing the Log Viewer configuration page. |