baoboa / pyqt5

PyQt5 from riverbank
http://www.riverbankcomputing.com/software/pyqt/download5
GNU General Public License v3.0
1.04k stars 590 forks source link

pyuic module can't convert the code related the QWebView widget correctly #51

Closed XiaojiaZhang closed 5 years ago

XiaojiaZhang commented 5 years ago

I have noted the old issue about this question, Having trouble using QWebView and QWebPage, Since the QtWebKitWidgets module have been deprecated, and we can use the sentence from QtWebEngineWidget import QWebEngineView to replace the sentence made by pyuic to manually solve this problem, I wonder know is there a way to solve this problem by change some code in the uic module so we don't need manually change the file converted by pyuic.