[[qanda:topic_unsolved]] where does QWebEnginePage::linkHovered get its url
Hi, I have some urls with relative paths that begin with "../" but the url's path that I received from QWebEnginePage::linkHovered begins with the current directory instead of the parent directory....
View Article[[qanda:topic_unsolved]] Missing qtwebengine5-dev Ubuntu16 with cmake
I'm using QT5 5.5.1
View Article[[qanda:topic_unsolved]] QWebEngineView img label display QPixmap
Hi, all c++: signals: void signalImage(QPixmap img); js: bound.signalImage.connect(function(img){ //<img id='imgid'></img> var imgid = document.getElementById("imgid"); //img is QPixmap...
View Article[[qanda:topic_unsolved]] QWebEngineView img label display QPixmap
Hi, all c++: signals: void signalImage(QPixmap img); js: bound.signalImage.connect(function(img){ //<img id='imgid'></img> var imgid = document.getElementById("imgid"); //img is QPixmap...
View Article[[qanda:topic_unsolved]] How to disable scrolling past the...
Hi There: Do you find out the solution? I'm facing the same problem with Qt 5.13.1. Cheers
View Article[[qanda:topic_unsolved]] How to delete cache after using QWebEngineView
@Oeffner Hmm. I had recent problem of code creating & getting rid of QWebEngineViews repeatedly consuming more & more memory/leaving 26 QtWebEngineProc processes running. I didn't look at temp...
View Article[[qanda:topic_unsolved]] How to clear and redraw path on map using MapPoltline
I have MapPolyline on my map and want to clear that polyline and redraw new polyline when user click on mouseclick area. I am using clearMapItem() to clear MapPolyline. The problem is I'm unable to...
View Article[[qanda:topic_unsolved]] Qt Webkit troubleshoots
hello, I'm using Qt Creator 4.10.1 in Windows 7 ( Qt version 5.13.1 (MSVC 2017, 32 bit) ). I'm triying to make a navigator app for Windows. When I try to use the " webenginewidgets " in my *.pro file...
View Article[[qanda:topic_unsolved]] Does QWebEnginePage::load() start a new event loop...
After debugging an application crash, I have found that QWebEnginePage::load() internally processes queued events and causes unexpected re-entrancy in my code. I have modified my code to handle...
View Article[[qanda:topic_unsolved]] Boot2Qt Splash Screen
Hello, I'm using Boot2Qt 5.12.4. on a Toradex Apalis iMX.6. Is there a way to set up a splash screen that displays during the kernel boot? Currently my uboot splash screen displays for a fraction of a...
View Article[[qanda:topic_unsolved]] How to set timezone for web engine's...
Current behavior Create a QWebEngineView Visit https://codepen.io/pen/, open the console at the lower left corner Run Date() This would show the local system's local time and timezone. Question How can...
View Article[[qanda:topic_unsolved]] Include cutelyst to Qt Creator - Windows
Hello, i would like to work with the web framework cutelyst in my Qt Creator on Windows. Could you support me adding the frameqork to my qt IDE? I am actually clueless, how to include the source files...
View Article[[qanda:topic_unsolved]] How do I update header file with .ui update?
How do I update the header file after saving the .ui file? I've disabled shadow copying, and can see that it generated a ui_projectname.h file but it does not change the main header file. What I am...
View Article[[qanda:topic_unsolved]] Example "simplebrowser.py" errors
System: Windows 10 pro build 1809 Python: V 3.7.5 Pyside2: V 5.13.2 When trying "simplebrowser.py" from the examples it runs, but with following errors in a PyCharm - console: WSALookupServiceBegin...
View Article[[qanda:topic_unsolved]] Access WebEngineView from C++
Hi, I found the answer here: https://stackoverflow.com/questions/21133817/access-qml-webview-from-c In short: In the .pro file: QT += quick quick-private webengine webengine-private webenginecore...
View Article[[qanda:topic_unsolved]] QtWebEngine 5.11.3:Requested OpenGL implementation...
This problem is caused by old version of EGL. It has been resolved with Mesa-based EGL 1.5.
View Article[[qanda:topic_unsolved]] QWebEngineHttpRequest - Post request
Hi there, I tried to create a post request with QWebEngineHttpRequest to load it in QWebEngineView but this is not working as expected unfortunately. Here is the goal. I have currently an simple http...
View Article[[qanda:topic_unsolved]] Find Out Now, What Should You Do For Fast Buy...
https://www.buydegreeonline.net/ Fake university transcripts in the UK. Welcome to the only place where you can purchase a fake UK university degree without going to college. buy a fake degree online....
View Article[[qanda:topic_unsolved]] How to import js and css into html file
Hello all, I'm loading an html code using QTWebEngine, but it does not load the external files in the html code. This is my index.qml file: import QtQuick 2.12 import QtQuick.Controls 2.12 import...
View Article[[qanda:topic_unsolved]] inizialize
I have this error in my app. QtWebEngine::initialize() must be called after the construction of the application object. But I have put intialize after .. Whay this ?
View Article