Description
If a .ui file using a QWebView is compiled with pyside2uic, the wrong import statement will be created:
from PySide import QtWebKit
should be:
from PySide2 import QtWebKit
Attachments
Issue Links
- is duplicated by
-
PYSIDE-352 pyside2uic does not compile web views properly
- Closed