eric7/E5Gui/E5TextEditSearchWidget.py

branch
eric7
changeset 8318
962bce857696
parent 8312
800c432b34c8
child 8324
83084f088655
--- a/eric7/E5Gui/E5TextEditSearchWidget.py	Sun May 16 11:43:59 2021 +0200
+++ b/eric7/E5Gui/E5TextEditSearchWidget.py	Sun May 16 20:07:24 2021 +0200
@@ -9,9 +9,9 @@
 
 import enum
 
-from PyQt5.QtCore import pyqtSlot, Qt, QMetaObject, QSize
-from PyQt5.QtGui import QPalette, QBrush, QColor, QTextDocument, QTextCursor
-from PyQt5.QtWidgets import (
+from PyQt6.QtCore import pyqtSlot, Qt, QMetaObject, QSize
+from PyQt6.QtGui import QPalette, QBrush, QColor, QTextDocument, QTextCursor
+from PyQt6.QtWidgets import (
     QWidget, QVBoxLayout, QHBoxLayout, QLabel, QComboBox, QCheckBox,
     QToolButton, QSizePolicy
 )
@@ -335,7 +335,7 @@
         @param backwards flag indicating a backwards search
         @type bool
         """
-        from PyQt5.QtWebEngineWidgets import QWebEnginePage
+        from PyQt6.QtWebEngineWidgets import QWebEnginePage
         
         findFlags = QWebEnginePage.FindFlags()
         if self.caseCheckBox.isChecked():

eric ide

mercurial