Any idea for using QtWebView in QT Widget project for Android ?
-
Hi
I am looking for a solution to display web content in a QT Widget project for Android, I am using QT 5.4 or later, I found the example of QtWebView introducedin the Tech-previw, but it is for QML project ( http://doc.qt.io/qt-5/qtwebview-examples.html) and I do not know if there is any solution for QT Widget project.
Any idea?
Thanks.
-
Hi and welcome to devnet,
AFAIK, currently there's no widget API for that module but you could try with QQuickWidget to embed your QML in a QWidget application (note that I haven't tried that)
Hope it helps