eric7/UI/LogView.py

branch
eric7
changeset 8318
962bce857696
parent 8312
800c432b34c8
child 8324
83084f088655
equal deleted inserted replaced
8316:0c7a44af84bc 8318:962bce857696
5 5
6 """ 6 """
7 Module implementing the log viewer widget and the log widget. 7 Module implementing the log viewer widget and the log widget.
8 """ 8 """
9 9
10 from PyQt5.QtCore import pyqtSignal, Qt, QRegularExpression 10 from PyQt6.QtCore import pyqtSignal, Qt, QRegularExpression
11 from PyQt5.QtGui import QBrush, QTextCursor, QTextDocument 11 from PyQt6.QtGui import QBrush, QTextCursor, QTextDocument
12 from PyQt5.QtWidgets import ( 12 from PyQt6.QtWidgets import (
13 QTextEdit, QApplication, QMenu, QWidget, QHBoxLayout, QSizePolicy 13 QTextEdit, QApplication, QMenu, QWidget, QHBoxLayout, QSizePolicy
14 ) 14 )
15 15
16 from E5Gui.E5Application import e5App 16 from E5Gui.E5Application import e5App
17 17

eric ide

mercurial