Planned maintenance: From Sunday 8th December 10:00 CET there will be changes to try and solve the caching issues that have been experienced. If anyone has a problem connecting after this period then please PM @AndyS or any of the moderators.
Displaying web content in Qt Creator projects
-
I would like to display the content of a WEB page in my project on the RPI3. I'm using qtrpi (cross compiler, qt 5.7). I do not have the widget there: "webenginewidget", "webkit" etc ... how can I add the above widgets? How do you display the content of a web page in your projects?
Regards, Sebastian
-
@pirates21
QtWebEngine for ARM see QTBUG-61846 (fixed with Qt 5.10). So the qtrpi-project needs to compile/provide a recent Qt version or you need to do the cross compilation yourself.
QtWebKit was removed along with Qt 5.6 (is still available in the git module, but also you need to do the cross compilation yourself)
-
raven-worx: Thank you very much. All clear. Best Regards.