How to rename the QUndoCommand in the QWebPage undoStack?
I’m able to successfully access the QWebPage undoStack (QUndoStack) and obtain many of the undoStack parameters such as count, last index, and text as follows: qDebug()<<"undo...
View ArticleFailed to build QtWebKit in Qt5.1.0 on Windows
I build the qt base from source qt-everywhere-opensource-src-5.1.0 successfully, and qtwebkit does not build. I don’t known how to build qtwebkit. I try to generate visual studio project file, it got...
View ArticleQWebView
Hello all, Recently I started a project which uses qwebview to show html/js pages. Dojo toolkit with dijit widgets is used to visualize things nicely. I want to use this with a touchscreen, but am...
View ArticleNo libQtSql.so.4 for Embedded Linux
Hi, I am trying to import Qt packages to my embedded linux on Raspberry Pi, using Buildroot. The problem is that some examples don’t successfully work, due to the missing of libQtSql.so.4 library. What...
View ArticleDo someone have a already build QtWebKit Windows binary (dll) with enabled...
Hi Qt guys, we want to test an 3d scene in our app’s webview. We are using the 3d JavaScript Library “three.js”. The software rending mode works, but is slow. The WebGL mode does not work, only in...
View ArticleRadio button behavior in QWebView very odd
I created a simple form with some radio buttons inside a minimal QWebView application. The form has five radio buttons. When I click on the first radio button, the second one becomes selected. When I...
View ArticleContent of balloons in Google Earth Plugin not displaying
I am using QtWebView and Google Earth Plugin for an application. For the most part everything seems to be working well. My problem is that balloons do not display any content. A balloon pops up with...
View ArticlePeculiar Qt WebKit Javascript behavior
I’ve run into a peculiar Qt WebKit JavaScript problem that has taken me awhile to find a simple reproducible example because it occurs intermittently. Because Qt’s implementation of WebKit doesn’t...
View ArticleAjax Unknown error
[edit] In QtWebKit often occurs error “Unknown error” in Ajax requests of type POST This problem does not occur in conventional browsers (like Google Chrome and Firefox). It would be possible to create...
View ArticleObtain return value of a JS function, QtWebkit bridge
I’m (trying) developing a wrap for a JS framework and my problem is to access the values returned by JS functions in the original framework. The idea would be to connect the C++ method with the JS...
View ArticleQNetWorkRequest
In Google Chrome, when an error occurs in the request to the server, the Google Chrome tries a new request, see LOG wireshark: I’m developing a full browser in QT and realized that if a request fails...
View ArticleQtWebKit QML - enable text selection
Hi, Is there any posibility to enable text selection using the QtWebkit 3.0 qml plugin? I’ve tryed using the Flockable element properties (like pressDelay ) but nothing works for me. Thank you.
View ArticleHTTP status code and custom URL schemes
Hi all, I have to add support for a custom scheme to QWebView so that a javascript call to XMLHttpRequest([custom scheme URL]) returns the HTTP status code, even if the URL doesn’t have an HTTP scheme....
View ArticleQML WebView Error: Cannot assign to non-existent property "onLoadFinished"
In order to try out the latest Qt Quick Controls that came with Qt 5.1, I started making a barebones browser. Here is the code snippet that shows WebView in action: import QtWebKit 3.0 import QtQuick...
View ArticleZoom with QPinchGesture in QWebView with Google Maps
Hi I am working on an application for touch screen devices using Google Maps functionality. So far I have been able to insert the map using a QWebView and loading an html file containing Javascipt....
View ArticleProblem in loading HTML page using QWebView of QtSDK 5.1
I am trying to load one HTML file using QWebView, which contains a flash video. But my webpage is not getting loaded at all. if I right click on the page , context menu is just displaying “load”...
View ArticleQWebPage::swallowContextMenuEvent?
Can somebody explain the behavior of QWebPage::swallowContextMenuEvent? As documented [harmattan-dev.nokia.com] it seems it should return true if the JS suppresses the context menu, but when I try...
View ArticleQWebView::icon()
Hello everyone, I’m having a really annoying issue today, it just looks like Qt cannot find the favicon of web pages.. or I just messed up somewhere. Here’s the I/O code:...
View ArticleHow get all HTTP request send by Qt WebKit
I want get all HTTP request which is send by my application. I try to inherit the QNetworkAccessManager .Then I use QWebPage->setNetworkAccessManager(). But it does not work……………How could I do?
View ArticleQWebView doesn't load facbook.com or m.facebook.com on target machine
I have done anything i could think of on earth.. built my app with Qt5.1.0 for msvc11(visual studio 2012) it runs fine on my pc loads facebook page.. i can chat and comment.. but when i deploy it over...
View Article