Skip to content

Commit

Permalink
Update web_viewer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kikislater authored and Guts committed Jan 22, 2024
1 parent 82c841c commit 05637cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtribu/logic/web_viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 05637cf

Please sign in to comment.