Qt program crash in Qt5WebKit.dll
I am developing a program which like a browser ,that use Qtwebkit ,but it will crashed when load the web sometime.It not point to my code when it stop, so I can not find the problem. this is the debug...
View Articlewebkitwidgets for QT winrt is unknow module
Hello, I install qt for winrt : qt-opensource-windows-x86-winrt-5.4.0. And I trying to use webkitwidgets, but the folowwing error is ocurred: :-1: error: Unknown module(s) in QT: webkitwidgets. Could...
View ArticleQt4.6.3 on eLinux and SSL support
Hi I have a eLinux project in which I use a QWebView as GUI. This works as supposed. I now need to be able to show https addresses. I already have openSSL cross-compiled and the includes are in...
View Articlewebkit for winrt
Hello. Can I use webkit for winrt? I installed qt for winrt: qt-opensource-windows-x86-winrt-5.4.0 , but module for webkit or webengine is not installed with it. Now can we use webkit oe webengine for...
View ArticleDifferent QWebView objects produce identical output for same urls
I found that if we load one url with different QWebView objects parallely, we will get identical output: only one of this QWebView will make real request. Here is example in PyQt: from PyQt5.QtCore...
View ArticleFancybrowser example : Javascript alert ActiveX control is not registered.
Hi I am just getting started using qt5. When I open the fancybrowser , I get a messagebox : Javascript alert ActiveX control is not registered. This happens when I try to navigate to the url of an IP...
View Articlebackground-image in local file using setUserStyleSheetUrl()
hello, i have a project with Qt application who use QWebView to appli a CSS file. The server HTTP is in a µC, i want use CSS for add style (image…) in my QT application. i use setUserStyleSheetUrl() to...
View ArticleHTML screen capture quality
I’ve written a simple html screen capture based on the example in the Qt docs. It works very well except for varying image quality on different distributions when images in the html are re-sized. On...
View ArticleError while trying Qt 5.4.0 sample HTTP Example
I get an error :-1: error: Exception at 0×7fefcde940d, code: 0xd: , flags=0×1 (execution cannot be continued) (first chance) while trying to compile the sample application without doing any...
View ArticleUse javaScript to click on a link
In examples browser,I want to click a link automaticly. In Qt5.0, run evaluateJavaScript(“document.getElementById(‘dd’).click();”); on <a id=“dd”...
View ArticleQt5-Webkit fails to build
Hi to all My Name is groni i’m a Member of the Pisi Linux Team. I try since 3 Days to build Qt5-Webkit, but after a build Time from 1 ¹ / ² hours the compilation stops with the following error....
View ArticleHow to enable CORS in Qt Webkit (QWebView)?
I get an error in debugger when trying to show some page. This is error “XMLHttpRequest cannot load http://… . Origin http://localhost is not allowed by Access-Control-Allow-Origin”. I tried to add...
View ArticleCustomize Web Notification in QWebPage
I’m creating a simple browser using QtWebkit(http://doc.qt.io/qt-5/qtwebkit-index.html), I managed to add support for Notification Web API(https://developer.mozilla.org/en-US/docs/Web/API/notification)...
View ArticleHow to change user agent in HTML Help ran in QT Assistant
Hi, we use a CMS to generate a QT HTML Help for a customer. Recently I’ve compiled a HTML Help with QT 5.4 but some css property seems not to be set because of a wrong user agent in the project. I...
View ArticleQWebKit: SVG support incomplete
SVG support is partially there in QWebKit but seems to be not quite complete. You can modify styles but not the DOM itself. Completion of the ability to modify text would open up a whole realm of data...
View Article