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