Quantcast
Channel: Qt DevNet forums: Qt WebKit
Browsing all 542 articles
Browse latest View live

[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 Article


JSON Parse

Hello everyone, I’m trying to get used with QJson so I want to solve the example above: {  "spatialReference": {   "wkid": 4326,  ...

View Article


Scope 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 Article

Error: 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 Article

QWebView 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 Article


problem 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 Article

HyperLink 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 Article

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 Article


webkitwidgets 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 Article


Qt4.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 Article

webkit 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 Article

Different 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 Article

Fancybrowser 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 Article


background-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 Article

HTML 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 Article


Error 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 Article

Use 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 Article


Qt5-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 Article

How 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 Article

Customize 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
Browsing all 542 articles
Browse latest View live


Latest Images