From 05637cf51030771b2ea0300386a21e3ed8e58ce5 Mon Sep 17 00:00:00 2001 From: Sylvain POULAIN Date: Wed, 16 Nov 2022 17:30:54 +0400 Subject: [PATCH] Update web_viewer.py --- qtribu/logic/web_viewer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qtribu/logic/web_viewer.py b/qtribu/logic/web_viewer.py index c2bd39ec..29f8bd7d 100644 --- a/qtribu/logic/web_viewer.py +++ b/qtribu/logic/web_viewer.py @@ -20,7 +20,7 @@ from qgis.PyQt.QtWebKitWidgets import QWebView except: QCoreApplication.setAttribute(Qt.AA_ShareOpenGLContexts) - from PyQt5.QtWebEngineWidgets import QWebEngineView as QWebView + from PyQt.QtWebEngineWidgets import QWebEngineView as QWebView from qgis.PyQt.QtWidgets import QVBoxLayout, QWidget