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

HTML5 application runs bad

Hey i have a problem with an application. The application is written in HTML5 with javascript and css. When i run the application in google chrome everything is fine. But when i create a new HTML5...

View Article


HTML5 Canvas & Same-Origin

I am loading the page into QWebView like so, QWebView::setHtml(content, QUrl("file://")); The content includes something like, <img...

View Article


Program crashes on page load...

What to do? The application was created in QtCreator, only element QWebView, Added a URL for WebView. Nothing else. QtWebKit vers: 5.3.1 Debugger: ASSERTION FAILED: !isUndefined()...

View Article

build QtWebKit from Visual Studio 2012/13 command promt

Has anyone had any luck in building QtWebKit from the Visual Studio 2012/13 command prompt. From the Native Tools command prompt, I ran the following command : configure.exe -debug-and-release -webkit...

View Article

module "QtWebKit" is not installed

Dear All, I have installed Qt 5.3.1 from source code on Kubuntu. I have an app which is working but when I try in QML to: import QtWebKit 3.0 I get this error: module “QtWebKit” is not installed Is...

View Article


QTWebkit binding for JavaScript generation

I’m trying to add some new functions in WebCore and i need Javascript bindings for these functions. In Webkit these bindings are generated from IDL files in build-webkit script (which isn’t presented...

View Article

[QWebView] QSslSocket and segmentation fault

Hi, I currently program a browser, and i encounter a problem with some web pages when i load them. (for example, this one [euw.leagueoflegends.com]) The problem seem to come from OpenSSL. I found an...

View Article

Qt tabwigdet or tab problem

Please help me i m trying to make broser so i tried to change tabwiget tab tittle which have to be same as which web site is opened …Like google.com i opened so my current tab have to set tittle of...

View Article


SSL handshake failed on Mac, the same code works fine on Windows

Hi, I’m using Qt 5.3.1 installed via online installers both for Windows (8.1 ×64) and MacOS (10.9.4). When I try to load into a QWebView just any site via http*s* protocol I’m getting ‘SSL handshake...

View Article


Webview crashes on load

Hi everyone, I compiled webkit from sources and moved to an other directory than the install directory and did a simple app that opens a Webview upon a click on a button. The app runs fine, it finds...

View Article

WebView QML and Javascript

Hello everyone! I’m using QML QtWebKit 3.0. Can anyone suggest me the easiest way to invoke the JS code nested in QML WebView’s HTML page? Thank you!

View Article

QWebView, Google Maps Search Box slow response

Hi! I’m working on a QWebView for picking a location and exporting the longitude/latitude with Google Maps through html and javascript. I’ve recently added a places search box, and the problem occurs...

View Article

Qwebview: setContent() does not load image

I am customizing my reading the finished signal of my NetworkAccessManager to check the reply header and its data. If the data is in gzip encoding then I decode it using libraries to get the HTML and...

View Article


QWebview has some javascript error but other browser has no error ( i.e.,...

when i load the site [m.naver.com], javascript console message appear ReferenceError: Can’t find variable: Audio [0 line, undefined source] TypeError: ‘undefined’ is not an object [0 line, undefined...

View Article

Qt HTML5 Project, No remote content

Hello all. Hopefully I’ve chosen the correct location, I assume Qt WebKit is the Qt HTML5 Application type. I have searched for an answer for a couple days now, so if it already exists, please just...

View Article


QWebPluginFactory creating objects

The problem is: (if I get it right from QWebPluginFactory docs) when creating plugins QtWebkit uses <OBJECT>‘s type attribute which contains predefined mime type. Is there way to make...

View Article

Websocket support in QtWebkit 1.0

Hi all Can anyone confirm whether QtWebkit 1.0 supports websockets? Regards, Reshmi S.l

View Article


Mixing qrc and file schemes in a webkit app

Hi guys! What I want to accomplish is quite simple; but first of all here is the source for my project so you have an idea. My main cpp file: #include <QApplication> #include...

View Article

Help! Cannot invoke methods of QQmlPropertyMap object added to Webkit.

Please looks at the following codes: mainwindow.h: class ObjectA : public QObject {     Q_OBJECT public:     ObjectA(QObject *parent = 0) : QObject(parent)...

View Article

WebKit (Qt 5.3) not works on Windows XP SP3.

WebKit (Qt 5.3) not works on Windows XP SP3. Hello! A very simple 32-bit application has been written. This application uses QtWebView to display WEB page in main window. The application has been...

View Article
Browsing all 542 articles
Browse latest View live