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

Problem with playing flash with QTWebkit 4.8.5

Dears, I want to show flash in QTWebkit and have done the following steps 1. Code: QWebSettings::globalSettings()->setAttribute(QWebSettings::JavascriptEnabled, true);...

View Article


Punching a hole in QT5.0

I have a QT Application with Video running and QT Graphics is on top of it. I need to punch a hole so that all graphics layer in a rectangle become transparent and Video becomes visible. I checked...

View Article


Qt 4.8.4 WebKit Inspector Context Menus don't show up?

In Qt I’ve already made it so that Inspect shows up in my QtWebKit context menus and upon selection the Inspector appears as expected. So far so good. The problem is that if I, say, goto the Network...

View Article

How to Enable Debugging in WebKit Inspector so It's Available On Page Load?

I can enable debugging in WebKit Inspector manually by opening it, going to the Scripts tag, choosing ‘Always enable’ and then clicking ‘Enable Debugging’. However, if I close the Qt app and open it...

View Article

Linker fails using qt-project built standalone with a strange error

Hello There, I just hope someone can help me since this issue gets really miserable. What I have done: 1. Downloaded “Qt 5.1.0 for Linux 64-bit (416 MB)” from http://qt-project.org/downloads 2....

View Article


how to unload browser plugins automatically when leave current url page

now i load browser plugin at the beginning of start a page, but how qt webkit unload these pluginss when jump to another url page?

View Article

Getting XML document from server and extracting strings from it

Good day fellow programmers, I am trying to communicate with a rest API web service, get a xml document and then parse it’s values into strings. Since I am new to this topic any help would be greatly...

View Article

Qt5 WebKit not displaying fonts when compiled on Ubuntu Server

I have a Qt5 webkit instance running to make screenshots of webpages on a server. The Qt5 version is replacing a fully functional Qt4 server that leaked memory and had threading issues. The Qt5 webkit...

View Article


Web security origin policy on Webkit2/ QtWebkit 3.0 On QML

I am using QtWebkit 3.0 [ WK2 ] on QtQuick 2. I could not find any API to turn the web-security-origin policy anywhere! Any hint on this to proceed ,is very much appreciable.

View Article


QWebView using setHtml :- images do not refresh

I’m using setHTML to display some generated, template-based HTML which also contains some generated images. By template-based, I mean that I have a “template” HTML file which I read in as text, then I...

View Article

Browser example fails

Windows 7, Qt5.1.1(5.1.0) just running the tab browser example makes it to crash stack trace: 0 WTF::HashTable<WTF::RefPtr<WTF::StringImpl>,...

View Article

Controlling the Drop-down Menu from a HTML tag

Hey there, I’m trying to automate mouse input on a QWebView (subclass), which works pretty good. However, I am not able to send mouse events to the menu that’s created from a html...

View Article

Family safety

When Family safety (windows) is enabled, all links generated by my project in QT are rejected (blocked), how do qnetwork/QtWebKit work with “Windows family safety”? Thanks.

View Article


QWebview WebKit2 drag and drop does not work

Hi everybody I have a problem that I hope somebody can shed some light on. I have built Qt 5.1.1 for an embedded Linux device. I see the problem on several devices, and it doesn’t seem to be a device...

View Article

Support for QWebView on Android

We are considering to use QT for developing cross-platform hybrid application that works on Windows, Linux, and Android. The idea is to build the application user interface using HTML/JavaScript pages...

View Article


QWebFrame::findAllElements() doesn't work in separate thread

hi. i’m trying to parse webPage to get all links on it. i use a QThreadPool and my own class implementing QRunnable, which provides all fucntionality. Everything is going good, if I run such QRunnable...

View Article

extract information from a website (HTML) using Qt ?

I’d like extract the “information” in the “b” tag => 123456789 this is the HTML sorce :     <body>          ...

View Article


[Qt 5.1.1] QtWebView and QtWebpage not printing text when Qt built manually,...

Hi, I am newbie to Qt. Trying to generate basic pdf from html. I created project in QtCreator on ubuntu. When I run the resulting binary created by Qtcreator for my project on ubuntu, it works fine. I...

View Article

Button onClick not firing for touchscreen devices

Using that latest Qt 5.1.2, a button onclick event is not firing when run on a Windows 8 touchscreen. Using Qt 5.0, it fires just fine. To reproduce, just create the html5application test app and...

View Article

Rendering a page through webkit gives me a blue square with question mark;...

I have a big chunky project that, as one of its many features, has some QML that renders a webpage. The webpage it renders is a standard webpage on the internet; nothing special. When it renders it, a...

View Article
Browsing all 542 articles
Browse latest View live