Details
Description
When I use pyside2uic.compileUiDir on a .ui file that contains a QWebView. The bottom of the compiled .py file contains the import statement: from PySide import QtWebKit. It should be PySide2, not PySide, right?
Attachments
Issue Links
- duplicates
-
PYSIDE-361 pyside2uic creates a PySide1 import for QWebView
- Closed