eric6/Project/UicLoadUi.py

changeset 7357
fe4e06357f54
parent 7266
d001bc703c29
child 7360
9190402e4505
--- a/eric6/Project/UicLoadUi.py	Sat Dec 14 17:54:25 2019 +0100
+++ b/eric6/Project/UicLoadUi.py	Tue Dec 17 19:32:21 2019 +0100
@@ -19,6 +19,11 @@
     print("PyQt5 could not be found.")
     sys.exit(1)
 
+try:
+    from PyQt5 import QtWebEngineWidgets    # __IGNORE_WARNING__
+except ImportError:
+    pass
+
 
 def objectName(formFile, projectPath):
     """

eric ide

mercurial