PySide6: Is the QWebEngineView available?

Heads up! You've already completed this tutorial.

John_Alden | 2021-04-14 14:07:49 UTC | #1

I've seen conflicting information about using the QWebEngineView in PySide6. I'd like to convert my pyqt5 project to pyside6, but need the WebEngineView. Is it available now?

If not, would converting to pyside2 now make the transition to pyside6 easier when it is available?


PedanticHacker | 2021-04-15 12:14:29 UTC | #2

Since Qt will add back QtWebEngine and QtWebView in Qt 6.2, I guess you'll have to wait 'till September 2021 for PyQt6/PySide6 to have those modules available.


John_Alden | 2021-04-14 23:37:24 UTC | #3

Thanks for the info!

Packaging Python Applications with PyInstaller by Martin Fitzpatrick — This step-by-step guide walks you through packaging your own Python applications from simple examples to complete installers and signed executables.

More info Get the book


Well done, you've finished this tutorial! Mark As Complete
[[ user.completed.length ]] completed [[ user.streak+1 ]] day streak
Martin Fitzpatrick

PySide6: Is the QWebEngineView available? was written by Martin Fitzpatrick .

Martin Fitzpatrick has been developing Python/Qt apps for 8 years. Building desktop applications to make data-analysis tools more user-friendly, Python was the obvious choice. Starting with Tk, later moving to wxWidgets and finally adopting PyQt. Martin founded PythonGUIs to provide easy to follow GUI programming tutorials to the Python community. He has written a number of popular https://www.martinfitzpatrick.com/browse/books/ on the subject.