--- a/eric7/UI/LogView.py Sun May 16 11:43:59 2021 +0200 +++ b/eric7/UI/LogView.py Sun May 16 20:07:24 2021 +0200 @@ -7,9 +7,9 @@ Module implementing the log viewer widget and the log widget. """ -from PyQt5.QtCore import pyqtSignal, Qt, QRegularExpression -from PyQt5.QtGui import QBrush, QTextCursor, QTextDocument -from PyQt5.QtWidgets import ( +from PyQt6.QtCore import pyqtSignal, Qt, QRegularExpression +from PyQt6.QtGui import QBrush, QTextCursor, QTextDocument +from PyQt6.QtWidgets import ( QTextEdit, QApplication, QMenu, QWidget, QHBoxLayout, QSizePolicy )