Questions tagged [qtwebengine]

QtWebEngine integrates the chromium rendering engine into Qt.

QtWebEngine integrates the Chromium rendering engine into Qt. Since QtWebKit was marked as deprecated in Qt 5.5, QtWebEngine is now the main web platform for Qt applications development.

QtWebEngine is only available for Qt 5.4 and newer. The list of supported platforms is yet restricted.

Qt official documentation is here

Project homepage

485 questions
4
votes
0 answers

How to make QtWebEngine obey macOS auto-scrollbar setting

QtWebEngine (tried 5.9.2, 5.9.3, 5.9.10) does not obey macOS scrollbar setting to auto-show scrollbars. The scroll-indicator is always visible. We're seeing it in a C++ Qt app, but happen elsewhere, such as in the Qt sample quicknanobrowser. Non-Qt…
GaryTR
  • 96
  • 6
4
votes
1 answer

folium popups with QtWebChannel

I am displaying a folium generated HTML(for leaflet.js) in a QtWebEngineView. In the popups I have a button w/ an on-click function that's supposed to call a method back in python. But I cant seem to get the channel to work. I'm not sure if I'm…
4
votes
1 answer

How to build QtWebEngine 5.10 from source

I'm trying to build QtWebengine from source so what I've done is I downloaded qtwebengine from http://code.qt.io/cgit/qt/qtwebengine.git/ I've also installed all the depencies listed on http://wiki.qt.io/QtWebEngine/How_to_Try I followed the steps…
applepie
  • 51
  • 1
  • 2
4
votes
0 answers

QWebEngineView and HTTPS, no content

Using QWebEngineView (Qt 5.8 Windows 10, QtCreator 4.2.2, the same problem also appears in Fedora 26) to access an HTTPS site, I always get an empty document once the download has been completed. Searching the internet, it appears this is a fairly…
Clearer
  • 2,166
  • 23
  • 38
4
votes
1 answer

qtWebengineProcess fails to start

I am deploying my app and getting some really cryptic messages. I have read around and thought that it might be some issues with permissions, even apparmor. My other suspect is something missing but is unclear what, I run the application with strace…
Kanekotic
  • 2,824
  • 3
  • 21
  • 35
4
votes
1 answer

Return value from javascript to pyqt5

I'm trying to load and query a JS map widget from inside a PyQt5 application. I'm able to use the method: PyQt5.QtWebEngineWidgets.QWebEngineView().page().runJavaScript() to execute JS function from the webpage loaded in a QWebEngineView() but I'm…
epifanio
  • 1,228
  • 1
  • 16
  • 26
4
votes
1 answer

WebEngineView QML type need flash player to install

I'm using WebEngine Qt Quick Minimal Example to build a simple program to load a page contains some texts and an video which is shown using Adobe Flash Player. I can see the video on my Google Chrome but when i try to load the page in the mentioned…
Reza Ghodsi
  • 120
  • 6
4
votes
0 answers

How can I get Http Request and Response data from QtWebEngine?

I'm working on a simple web browser project that uses QtWebEngine. What I want to is to log out the httpRequest and httpResponse data that transit in my browser. I only interest in http POST transitions. In chrome's developer's tool, I can do this…
user3819226
  • 461
  • 1
  • 5
  • 17
4
votes
1 answer

How to build Qt (with QtWebEngine support) using meta-toolchain-qt5?

I am trying to build Qt using meta-toolchain-qt5, but when I do this via poky-glibc-x86_64-meta-toolchain-qt5-cortexa7hf-vfp-vfpv4-neon-toolchain-2.0.1.s‌​‌​h, I don't see anything about QtWebEngine in the sysroot directory. I also tried to build…
overlord
  • 489
  • 1
  • 7
  • 20
4
votes
1 answer

What is the difference between QtWebEngine and WebView?

I think the title explains pretty much everything. But once again, how would you explain the roles & purposes of these two terms about displaying webcontent in Qt applications? If I use a WebView, does it automatically involve QtWebEngine or is it…
OnurA
  • 611
  • 2
  • 11
  • 25
4
votes
2 answers

How can I embed a custom QWidget in a QWebEngineView or page?

I know it is possible to do this with the deprecated class QtWebkit as shown here. I would like to know if similar work can be done with the new QtWebEngine framework? I could not find a method to create plugin in a web page (QWebEnginePage). Is…
Ting
  • 43
  • 4
4
votes
1 answer

QtWebEngine Quicknano has no Sound in Embedded Linux

I have compiled QtWebEngine into my i.MX6 embedded device. When I tried to play youtube Video with quicknanobrowser, the video plays but there would be no sound. In fact, there is no sound when I try to test play the audio files in…
Charles C.
  • 3,725
  • 4
  • 28
  • 50
4
votes
1 answer

Force QWebEngine to use software rendering

I'm using QWebEngine to display some webpages. Unfortunately it uses OpenGL internally - which leads to a crash on some graphics adapters (one can see the driver-DLL as the reason for the crash easily). As a second caveat it is not possible to catch…
Elmi
  • 5,899
  • 15
  • 72
  • 143
4
votes
1 answer

QWebEngineView Open In External Browser

I'm in the process of moving my code from QtWebKit to QtWebEngine. In general, the transition has been fairly smooth, however, I'm stuck on one particular issue. I use a QWebEngineView to display a Google Maps page. Some of the markers placed have…
goalie39
  • 41
  • 3
4
votes
1 answer

Change user agent in QWebEngineView

How to change the user agent in QWebEngineView? I know that for QWebView there is a way to do this but I didn't find the solution for the QWebEngineView.
xxx
  • 79
  • 2
  • 6