[SOLVED]QWebView with URL googlemaps don't work
I am work with QT version 4.7.3 in the app in the company , inside in there are a tab for view googlemaps, until last days was working normally but now don’t open the page.Here we use proxy for access...
View ArticleJSON Parse
Hello everyone, I’m trying to get used with QJson so I want to solve the example above: { "spatialReference": { "wkid": 4326, ...
View ArticleScope of variables and Javascript injected with evaluateJavaScript function
All, My team and I are using Qt 4.8 to build a display application with QtWebKit. We did this previously (last year) and had some ideas about new ways to make some of our development quicker and...
View ArticleError: QtWebKit 3.0 module not found
Hi, I am currently writing an application in C++ which is supposed to load a qml file and show a WebView and I have an error when trying to import QtWebKit 3.0 in my qml file. ERROR...
View ArticleQWebView does not refresh
i have qwebview to display local resource file (code.html) ui->webView->load(QUrl("qrc:/website/resources/code.html")); it works for the first time but when i edit the...
View Articleproblem trying to use python2.7 instead of python2.6
Hi everyone ! I had some python errors when trying to compile my Webkit. It’s because of the python version, so I tried to make webkit compiling with python2.7. I edited the CMakeLists.txt (in the root...
View ArticleHyperLink QML GraphicsWebview
I wana activate my hyperlink in QML GraphicsWebview.Is there any option and tell me whats things i have to follow to achieve it in QML.
View ArticleQt 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 Article