eric6/UI/LogView.py

changeset 7264
bedbe458d792
parent 7229
53054eb5b15a
child 7360
9190402e4505
equal deleted inserted replaced
7263:c1af2e327675 7264:bedbe458d792
8 """ 8 """
9 9
10 10
11 from PyQt5.QtCore import pyqtSignal, Qt, QRegExp 11 from PyQt5.QtCore import pyqtSignal, Qt, QRegExp
12 from PyQt5.QtGui import QBrush, QTextCursor, QTextDocument 12 from PyQt5.QtGui import QBrush, QTextCursor, QTextDocument
13 from PyQt5.QtWidgets import QTextEdit, QApplication, QMenu, QWidget, \ 13 from PyQt5.QtWidgets import (
14 QHBoxLayout, QSizePolicy 14 QTextEdit, QApplication, QMenu, QWidget, QHBoxLayout, QSizePolicy
15 )
15 16
16 from E5Gui.E5Application import e5App 17 from E5Gui.E5Application import e5App
17 18
18 import UI.PixmapCache 19 import UI.PixmapCache
19 import Preferences 20 import Preferences

eric ide

mercurial