eric7/UI/LogView.py

branch
eric7
changeset 8318
962bce857696
parent 8312
800c432b34c8
child 8324
83084f088655
--- 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
 )
 

eric ide

mercurial