[[qanda:topic_unsolved]] QtWebEngineProcess OSX codesign issues
I tried to sign and notarize example application "simplebrowser" from Qt5.12.7 examples. If I sign the main application: simplebrowser.app/Contents/MacOS/simplebrowser with deep and runtime options It...
View Article[[qanda:topic_unsolved]] Question to example simplebrowser and...
Hello, I have a little question regarding the download mechanism in QT-WebEngine. For this I took a look at the example "simplebrowser". There is a class "Browser" in which the "DownloadManagerWidget"...
View Article[[qanda:topic_unsolved]] Wow: 2020 and still no QWebEnginge for mingw
Thanks SGaist, why don't we chang to CLand as the main compiler for Qt? BTW: Do they support gcc on linux? Thanks
View Article[[qanda:topic_unsolved]] QtWebEngine will not be built. Platform unsupported
I am cross-compiling Qt for ARM board. My source file is Qt 5.14.1 and tool chain is gcc-linaro-5.3.1. This is my configuration : #!/bin/bash ./configure \ -v \ -prefix /opt/Qt5.14 \ -opensource \...
View Article[[qanda:topic_unsolved]] Long press from touch screen is handled different...
We have a website that uses long-presses. When accessing this website from a WebEngineView in QML, we note that a long-mouse-press is handled correctly a long-touch-press gets translated to a right...
View Article[[qanda:topic_unsolved]] Is it possible to set a zoomFactor outside 0.25~5
I'm developing an SVG viewer. I tried QSvgRender+QGraphicsView, but it doesn't support text selection with the mouse. Finally, I find QWebEngineView works well. However, the zoomFactor range is 0.25~5...
View Article[[qanda:topic_unsolved]] Cross-compiled QtWebengine raises EGL_BAD_CONTEXT...
Hello, I ported a QtQuick QtWebengine based app that works very well on x86_64 for an aarch64 SBC. After cross-compilation and deployment, every aspect of the app like QtWindow QtControl, Images, etc...
View Article[[qanda:topic_unsolved]] Android-Project ERROR: Unknown module(s) in QT:...
QtWebEngine - Android-Project ERROR: Unknown module(s) in QT: webenginewidgets I built a Qt 5 application project on Android including webenginewidgets module. But I got a error as follows....
View Article[[qanda:topic_unsolved]] Esri web map
Hi, why in the QWebEngine (Qml and QWidget) I see a blank screen for a Web Esri Map instead with the browser anything it's ok? Thanks
View Article[[qanda:topic_unsolved]] Help to do my idea
Hello, today i test QWebEngine module to make Web Browser, and i would like to make menu similar to the actual gnome 3 menu in the left (similar to Ubuntu style), and when mouse isn't into this menu,...
View Article[[qanda:topic_unsolved]] Offscreen rendering does not work with Qt 5.13...
Hi, I'm working on an application which captures the contents of a QWebEngine and renderes it to a texture. The original window of the QWebEngineView is hidden with...
View Article[[qanda:topic_unsolved]] qFatal: Could not find QtWebEngineProcess
I am having issues with a few errors regarding QWebEngine. I currently have a locally built version of Qt that sits in a folder at D:/BuiltLibraries and a folder for all of our built libraries in...
View Article[[qanda:topic_unsolved]] Unrecognized Chrome version when using Selenium...
Is this really the only solution? I don't have the luxury of changing my application name and version unfortunately. There must be some way to just change the browser name or something like that. I...
View Article[[qanda:topic_unsolved]] How to add widgets to QWebEngineView?
Hi, I.am customizing a web browser, but when I want to add some widgets to my QWebENgineVIew, I have to resize the widget every time before it shows. MyWebEngineView::MyWebEngineView(*parent) :...
View Article[[qanda:topic_unsolved]] Gui is blocking animated content of the QWebEngineView
I write a QtWidgets application that contains the QWebEngineView as a GUI component in order to display some HTML/JavaScript animated charts. The problem is that the animation is not displayed...
View Article[[qanda:topic_unsolved]] Render process exited with code: 40
I run the webenginewidgets example simplebrowser in Qt 5.14, compile with VS2017. After the browser window show for a while, the web page can not been shown in the window. And then, a dialog box popup,...
View Article[[qanda:topic_unsolved]] QWebEngineView How to open new tab link in same tab?
A long time ago I solved a similar problem in SO (see this answer for more information) and the logic was to create a new QWebEnginePage, get the url, set it to the original QWebEnginePage and delete...
View Article[[qanda:topic_unsolved]] Pyside2 toHtml()?
UPDATE: I see https://bugreports.qt.io/browse/PYSIDE-946 has just moved to In Progress, which is good news.
View Article[[qanda:topic_unsolved]] webengine for Risc-v
I am tring to cross-compile QT to Risc-v, why jump over webengine? When we can get webengine for Risc-v?
View Article[[qanda:topic_unsolved]] How to get the return value synchronously, when...
I am also in need to sync call from JS side to c++ side using QWebChannels. I have a list which populates and then i need to serve it to the JS side. How should i do it ?
View Article