https://bugs.kde.org/show_bug.cgi?id=473450
--- Comment #20 from caulier.gil...@gmail.com --- QWebView is not QWebKit at all. QWebWiew host a native browser in a QtWidget. this do not implement a web browser as QWebkit or QWebEngine. QWebWiew is a QML part. The goal is to able to render a web page with the native html engine without to use a dedicated code. This is necessary for some platforms as ios where Apple deny to install and use a different web browser than Safari. and yes, Chrome and Firefox under IOS are just a container for Safari. QWebView already exists in Qt 6 as you can see here : https://doc.qt.io/qt-6/qtwebview-index.html ... but as you can read, QWebView under Windows use QWebEngine... So, it's not the right solution... Gilles -- You are receiving this mail because: You are watching all bug changes.