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

QTWebkit flashplayer plugin issue

QTWebkit Version: 4.8 flashplayer version:11.x OS: Linux x86_64 Problem: When a Html page embeds a flash file in which calls getUrl to redirect to a new URL , it doesn’t work, the target URL can’t be...

View Article


Google Earth Plugin API

Hi guys, Hallo QT Gurus

View Article


Trouble understanding how to handle unsupportedContent() signal and actual...

Hello! I made a little download test program to test unsupportedContent(QNetworkReply*) handling. The trouble for me is now how and where to handle the actual “Save File dialog” stuff ??? This test...

View Article

Qt 4.8 and WebKit2

hi I wanted to ask if there is a Qt port on WebKit2 for Qt4.8 ? If not, is there any change on getting HTML5 support in Qt4.8 web ? regards Einar

View Article

webview print blank white page (Qt5.2)

i use the webview to view a web page and print the page, the qwebview is work well in preview dialog, but after clicked the “print”, the printer worked and print a blank white page; the same phenomenon...

View Article


QtWebkit access violation on visiting staples.com

I am using Qt5.2.1. With fancybrowser (in examples\webkitwidgets) or QtTestBrowser, I got access violation on visiting staples.com Need help to fix it. Call Stack: > qwindowsd.dll!`anonymous...

View Article

qwebview crash on load

Hi all, I’m using a simple qwebview wish crash when i call “load” on a simple page seems to be a problem with assertions.cpp (stacktrace here : http://pastebin.com/4fi0i95G ) do you have any clue?...

View Article

Check which textfield is clicked

Hi, I want to send a string to a textfield of HTML documents, when the textfield is clicked. My approach is to work with QWebElement. But how can I know, which textfield is clicked, if there a few of...

View Article


Weird QWebView issue

I have a very simple application with QWebView. The code just loads a certain url, nothing more than that. The target webpage has an image upload button. When I click on this button, a open dialog box...

View Article


How to catch "window.onload" webpage event ?

Hi, I am using QtWebKit in Qt 4.8. I want to know that when could I execute the following Qt code to insert a javascript function for handling the “window.onload” webpage event :...

View Article

Modifying QWebView's copy behaviour

Hello! I currently have a QWebView, everything is working correctly except the copy behaviour: when the user copy anything from the webview, some selected images should be processed into keywords and...

View Article

Accessing text between two QWebElement objects in DOM

I am traversing a DOM using Qt’s WebKit classes. Please have a look on the following pseudo HTML: <br>111<a class="node">AAA</a>...

View Article

QWebView::findText

Hi Please give me an example of how this function is used: bool QWebView::findText ( const QString & subString, QWebPage::FindFlags options = 0 ) lets say I have a QWebView called browser and I...

View Article


Using Qt 5.2.1, what do I need to do to support HTML5 video on mac and windows?

Specifically, I’m trying to get HTML5 video to load from youtube, using their embed code: <iframe width=“640” height=“360” src=”//www.youtube.com/embed/l5ODwR6FPRQ?feature=player_detailpage”...

View Article

unsupportedContent signal is emitted in qt webview

Hi, i have tried to download with qt webview and there was emitted a signal unsupportedContent(QNetworkReply) and after the QWebview’s loadFinished(bool) signal is emitted with false value. The code...

View Article


Program crashes when using QWebView to show a web page

Hi all, I encountered a weird problem, my program crashes when using QWebView to show a web page, but it works well when show YouTube. Any suggestion is appreciated, either is it some incorrect data in...

View Article

Project ERROR: Unknown module(s) in QT: webkitwidgets webkit

Hello, i am new in qt and yocto.. am used poky tool chanin to scross compile qt5. and i am working on 12.04.LTS ubuntu. i installed and configure qt5 using following link....

View Article


Generating PDF with QWebPahe

Hi, I’m using a QWebPage that loads the HTML content and then I’m trying to generate a PDF from it:      QPrinter printer(QPrinter::HighResolution);    ...

View Article

[SOLVED] Grab Javascript errors in QtWebkit

Hello everybody, I cross-compiled Qt 5.2.1 (including ICU and WebKit) on TI AM335x board (ARM-based). Then I just prepared a simple QWebView-based application to show some HTML pages on my device. I am...

View Article

Trouble understanding how to handle unsupportedContent() signal and actual...

Hello! I made a little download test program to test unsupportedContent(QNetworkReply*) handling. The trouble for me is now how and where to handle the actual “Save File dialog” stuff ??? This test...

View Article
Browsing all 542 articles
Browse latest View live