I found QWebEngineView does what I need. It looks like spyder-ide/qtpy <https://github.com/spyder-ide/qtpy/blob/master/qtpy/QtWebEngineWidgets.py> is using the QWebEngineView. I've made a pull request.
␄ On Mon, Jan 29, 2018 at 5:31 PM, Marcus Ottosson <[email protected]> wrote: > Unfortunately QWebView isn't portable across Qt 4 and 5, that's why it > isn't part of Qt.py > > -- > You received this message because you are subscribed to the Google Groups > "Python Programming for Autodesk Maya" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/python_inside_maya/CAFRtmOCpJ%2B2YWuL5hBzgcAWsFT_ > o329iMatcWKN%3DCV9dE4Wg-Q%40mail.gmail.com > <https://groups.google.com/d/msgid/python_inside_maya/CAFRtmOCpJ%2B2YWuL5hBzgcAWsFT_o329iMatcWKN%3DCV9dE4Wg-Q%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CANESWi0_0AvjvDTmQSuZcN8H4vgj67gKyeebcqYcdaxVMvx1TA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
