src/eric7/Preferences/ConfigurationPages/LogViewerPage.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9413
80c06d472826
child 9653
e67609152c5e
equal deleted inserted replaced
9472:5798ee4a8807 9473:3f23dbf37dbe
8 """ 8 """
9 9
10 from PyQt6.QtCore import pyqtSlot 10 from PyQt6.QtCore import pyqtSlot
11 from PyQt6.QtGui import QColor 11 from PyQt6.QtGui import QColor
12 12
13 from eric7 import Preferences
14
13 from .ConfigurationPageBase import ConfigurationPageBase 15 from .ConfigurationPageBase import ConfigurationPageBase
14 from .Ui_LogViewerPage import Ui_LogViewerPage 16 from .Ui_LogViewerPage import Ui_LogViewerPage
15
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.

eric ide

mercurial