fix webview pipeline
This commit is contained in:
@ -1,11 +1,9 @@
|
||||
from PyQt5.QtCore import QUrl
|
||||
|
||||
# try:
|
||||
# from PyQt5.QtWebKitWidgets import QWebView
|
||||
# except ImportError:
|
||||
# from PyQt5.QtWebEngineWidgets import QWebEngineView as QWebView
|
||||
|
||||
from PyQt5.QtWebEngineWidgets import QWebEngineView as QWebView
|
||||
try:
|
||||
from PyQt5.QtWebKitWidgets import QWebView
|
||||
except ImportError:
|
||||
from PyQt5.QtWebEngineWidgets import QWebEngineView as QWebView
|
||||
|
||||
|
||||
class WebView(QWebView):
|
||||
|
Reference in New Issue
Block a user