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

Why my custom cookiejar not working?

I need to load cookie from local disk via qnetworkcookiejar, but it doesnot work when I try it. Here is my code: QApplication a(argc, argv);   QNetworkCookieJar *cookieJar = new...

View Article


ftp user details fetching

I am implementing ftp file transfer in my app. In my app i have to add functionality to get user details and store them in a file I am able to get file uploaded to filezilla but not able to get user...

View Article


Show QPixmap in Webpage

Hey to all, I am working on my first Qt project in which a client wants to use his HTML5 GUI to control an image processing software. The interaction of buttons and displayed text between Qt and the...

View Article

Qt 5.2 Flash videos on Mac

I try to play a embed flash video using webkit, but the flash won’t load. Trying with the browser example on Mac 10.9 with Qt 5.2 won’t work. Mac and Qt 5.1.1 works. On Windows it works too. I’ve...

View Article

QWebView does not display the block elements side by side but internet...

Hi All, I was trying to load a html file located on a server from my application running the client. The problem is that QWebView loads the page but the two block elements are displayed one below the...

View Article


Two For One : Playing YouTube Flash Videos + Proxying / Changing Local IP Used

Hey there! Let’s see if you can shed some light on my problem. [C++ with Qt 5.2, using Qt Creator] Situation: I’ve got a PC with several local IP addresses assigned, let’s say .1 to .100. The router...

View Article

Qt5 WebKit not detecting NPAPI plugin

#include "mainwindow.h" #include <QApplication> #include <QtWebKit> #include <QWebView>   int main(int argc, char *argv[]) {...

View Article

Is there a method to load html without external resources?

I got html reply from website using qNetworkAccessManager. while I want to take advantage of the webkit to parse the html element but I do not want to take more time and bandwidth to load more things...

View Article


Missing RegExpJitTable.h

I’ve got a compilation problem with QtWebkit23 : yarr/YarrPattern.cpp:39:29: fatal error: RegExpJitTables.h: No such file or directory I’m unfortunately stuck with an old version due to some external...

View Article


QtWebKit module missing in Linux custom build Snapshot 4.8.6

Hello! I was trying to build new Qt 4.8.6 from the snapshot 2014-01-27-461 Using the following configuration line: ./configure -webkit -nomake demos -nomake examples I got the results: Build...

View Article

Error apears on console when using ExtJs on WebKit

ERROR: !(value > std::numeric_limits<int>::min() && value < std::numeric_limits<int>::max()) platform/LayoutUnit.h(197) : void...

View Article

Graphic Bug / Dissapearing Text in QWebView with overflow:auto in Div -...

Hello Guys, i’m about to develop a small tool in Ordner to improve the usage of a website by saving some data and automizing some procedures (no, it’s not a bot, it’s really just a little browser...

View Article

Cannot get "evaluateJavaScript" to update element in HTML

I have a HTML page which shall contain dynamic contents, which looks like this: <html>   <head>     <meta...

View Article


QWebView behaviour with JavaApplet through a SOCKS-Proxy

Hello everybody! There is a following problem: I created a Qt-application with QWebView based on Qt 4.8.2 The application should load some java applet (please, don’t ask me for what) It functions well,...

View Article

Is there an easy way to copy a QWebFrame?

What I have at the moment is a QWebPage that shows the book contents of an EPUB file. I want to add ‘Search’ javascript function to find all occurances of that word/phrase and compile a list of the...

View Article


QWebView - Show HTTP POST request

Hi, try using QWebView for login into a website (formular with HTTP POST). Test thies: POST values e_user=Max e_pwd=Secret void MainWindow::Button_clicked() {     QByteArray...

View Article

Is there any way to save/restore full state of QWebView?

For example: I’ve loaded some url, clicked some element, did some other actions. Can I save current state (with loaded resources, cookies, javascript state), use QWebView for loading other url and...

View Article


WebView crash on armhf |

I’ve finally managed to get a build of Qt5.2.0 with both Webkit and video support, however now Webview causes an instant crash: EGLFS: Unable to query physical screen size, defaulting to 100 dpi....

View Article

How to write a webkit application where a javascript will invoke a QT C++...

I am writing a QT application – console one on the QT creator on FC19 machine. The aim here is to call a QT method from a javascript. At the moment, I am following this link –...

View Article

Get the params of window.open

I wonder if it’s possible to get the parameters passed by window.open, as the following example: var params = "menubar=yes,location=yes,resizable=yes";...

View Article
Browsing all 542 articles
Browse latest View live