Tagged Questions

The QWebView class is part of QtWebkit, a module which makes up part of the QtSDK. It provides a widget that is used to view and edit web documents.

learn more… | top users | synonyms

4
votes
1answer
1k views

Qt WebKit and Permanent Cookies

I have a mainwindow, in it, I have a single QWebView. I want to make a certain website (www.kdkdkkd.com for instance) cookies permanent, so each time a user closes and repopens the browser he doesnt ...
4
votes
2answers
635 views

QWebview/webkit disable selection of text

I have a QWebView which loads some webpage, but the problem when mouse is pressed and dragged it selectes everything which comes in its way. Is there any way I can get rid of this?? I dont want text ...
2
votes
1answer
101 views

QTextBrowser or QWebView?

I need to render some HTML content (created by the application) and I'm wondering whether I should use QTextBrowser or QWebView. Although they seem quite similar, the doc doesn't discuss the ...
2
votes
1answer
236 views

QT using addToJavaScriptWindowObject()

I am trying to use void QWebFrame::addToJavaScriptWindowObject ( const QString & name, QObject * object ). My problem is when I try and call the function in the JavaScript "TypeError: Result of ...
2
votes
2answers
400 views

Qt/C - QWebView - Loading Flash Lite plugin

I have problem loading Flash Lite plugin on N8 I have simple QWidget with QWebView inside, whole page (for example Youtube video) is loaded, but instead of video I see "Upgrade your flash player to ...
2
votes
1answer
222 views

Navigating QWebview in non-touch symbian phones

Our Qt application for Symbian (3rd ed FP1/Fp2, 5th ed n Symbian^3) is complete except for few fixes! Qt doesn't seem to support key navigation in QWebview for 3rd ed phones! ...
2
votes
3answers
2k views

Qt QWEBview JavaScript callback

How to pass a function "pointer" from JavaScript to a slot? in JavaScript: function f1() { alert("f1"); } qtclass.submit(f1); and in Qt: public slots: void submit(void * ptr) { ...
2
votes
3answers
358 views

Force QWebView to download web page content in a separate thread?

How can i force QWebView into downloading the webpage and related content in a separate thread?
2
votes
0answers
585 views

Loading page with frames for a screenshot

I have an app that renders a web page in a iframe, and then loads X number of images in a div that overlays the frame. So I have this python script that loads the url, and takes a screenshot. It ...
2
votes
1answer
2k views

Retrieve position of a google maps v3 marker to Qt in a desktop app with QtWebKit

I'm building a Qt app with Python where you can point and click at a (google) map and get the coordinates of the location. The map is shown through a QWebView loading a simple HTML page and the user ...
2
votes
1answer
1k views

Qt: Force QWebView to click on a web element, even one not visible on the window

So let's say I'm trying to click a link in the QWebView, here is what I have: // extending QWebView void MyWebView::click(const QString &selectorQuery) { QWebElement el = ...
1
vote
2answers
33 views

How can I make QWebView/QWebPage default to serif font?

Using PyQt4, I create a QWebView and then load it with its setHtml() method. The HTML is displayed correctly in most respects but always using the default sans-serif font. When the identical HTML ...
1
vote
0answers
59 views

QWebView doesn't notify me when it's url changed

I have a QWebView and set its content with setHtml( "html-code-here", QUrl( "file:///place/where/some/resources/are"); I placed a submit button on the website to send a form to action="". but the ...
1
vote
2answers
129 views

QWebView disable text selection on right-click

Right-clicking on any text on a webpage viewed with QWebView on Windows selects the word under the cursor. I want to disable this behaviour, but can't find any reference in the docs.
1
vote
1answer
85 views

Qt C++ QWebView

When the page loads through QWebView other elements of the program are beginning to slow (GUI). What is the optimal solution for this problem? Sorry for bad english
1
vote
0answers
98 views

QWebView needs administrator rights in Windows 7 to access Site over https

I use a QWebView to access a web page over https. I already applied this tip http://developer.qt.nokia.com/forums/viewthread/5861, to ignore SSL errors. However, on Windows 7 I need to run my app with ...
1
vote
1answer
235 views

PyQt4: Trigger click on a javascript link

I am trying to scrape some web pages in Python were the information is generated by Javascript. I managed to retrieve the information generated on page load by using a headless browser with PyQt4 ...
1
vote
0answers
179 views

QWebPage force to open link in same tab

I'm working on a one tab browser in Qt and I've encountered a problem: The links on the web that lead to external websites are set to open in a new tab (using taget='_blank'). However, since my ...
1
vote
1answer
170 views

QWebView elements load progress

I want to log every element that is loaded by request (images, javascripts, styles, etc). I load page via QWebView. But there is only basic signals like start loading, progress, finished loading. And ...
1
vote
3answers
467 views

Map doesn't respond on mouse clicks with Google Maps API V3 and QWebView

EDIT 4 All this while I was thinking that it is the markers problem, that they do not get dragged! Now I have realized, that NO mouse click works on the map when it is displayed in Qt widget. The ...
1
vote
1answer
516 views

How to put Javascripts for evaluation in evaluatejavascript function of QWebView

EDIT: Too many edits :doh: I have identified the problem this time. There is a flaw in the way I am passing the Javascript code to the evaluatejavascript func. of QWebView. Using Google maps's API, ...
1
vote
1answer
275 views

Overriding page replies in QWebView

I'm attempting to intercept a page/form request within Qt's QWebView and respond in some cases with alternative content. QNetworkReply* ngcBrowser::createRequest(Operation operation, const ...
1
vote
2answers
667 views

Qt: QWebview not displaying jpg, gif, png images on another machines

Today I came across a very strange error with QWebView which I cannot resolve myself. I included a QWebView widget in my application. When I set a URL or a piece of HTML code to display (with ...
1
vote
1answer
333 views

QWebKit linkClicked signal never fires

import sys from PyQt4.QtGui import * from PyQt4.QtCore import * from PyQt4.QtWebKit import QWebView app = QApplication(sys.argv) web_view = QWebView() def url_changed(url): print 'url changed: ', ...
1
vote
2answers
2k views

QWebView doesn't load any external resources if it loads a html-file from qresources

As described in the title my problem is that qwebview doesn't load a html file correctly if it resides in my resources. It loads it perfectly if I load it from outside of the resources as normal local ...
1
vote
1answer
380 views

Problems with including QWebView in QT application

I am using qt creator. I wanted to show a webpage inside QWebView, but my projet doesn't compile. When i want to include QWebView, editor says "no such file or directory". My code: #include ...
1
vote
1answer
784 views

QWebView Auto Tabs

I open a web page with QWebView.load(QUrl(myurl)) , the webpage gets some input and returns a new php generated page. If executed in Firefox the browser automatically opens a new tab/window to show ...
1
vote
1answer
559 views

Does qwebview/qwebpage download contents in a separate thread or in the main/gui thread?

If it doesn't then how can i explicitly force it to download async. in a separate thread?
1
vote
1answer
732 views

QWebPage. How to handle failed request

I want to handle failed requests (for example, with http 404 error code in reply), display my own "notfound.html" page in QWebView. But there is no simple way to handle replies with QWebView/QWebPage ...
1
vote
2answers
548 views

How to fire a JavaScript event via C++ in QWebView

please note that I'm a complete beginner to Qt development. I have a QWebView with a QObject added to the JavaScript window object. How do I fire a JS event on that object? ...
1
vote
1answer
508 views

Can't call Flash (Swf) method from Javascript within QWebView

I have: Swf-file, that a) makes one of its method available to the outer world through ExternalInterface.addCallback; b) calls predefined outer world method through ExternalInterface.call; ...
1
vote
2answers
618 views

Draw html page using the QPainter

How i can draw html page? QWebView *view = new QWebView(); view.Load(Url("http://www.google.com")); QPrinter printer = new Qprinter(); How I can draw this view?
1
vote
1answer
504 views

Images not loading in QWebview in PyQt4 in py2exe

I have an application that displays some HTML in a QWebview, which references images on the local file system. This works fine directly running the python. When compiling via py2exe, the images no ...
1
vote
1answer
1k views

How get a focus element in QWebView/QWebPage?

i need to be able to react on focus changes in QWebPage. I used microFocusChanged() signal and it gives me almost desirable behavior, but anyway i don't know how to know which element is selected. I ...
1
vote
0answers
1k views

Qt 4.6 Adding objects and sub-objects to QWebView window object (C++ & Javascript)

I am working with Qt's QWebView, and have been finding lots of great uses for adding to the webkit window object. One thing I would like to do is nested objects... for instance: in Javascript I ...
1
vote
2answers
1k views

QWebView not loading external CSS

I am using a QWebView to display some content and I want to use custom CSS to spruce up the output. I found that I can use the QWebSettings.setUserStyleSheetUrl() method to load my own CSS into the ...
1
vote
1answer
874 views

QWebView not loading external resources

I'm working on a kiosk web browser using Qt and PyQt4. QWebView seems to work quite well except for one quirk. If a URL fails to load for any reason, I want to redirect the user to a custom error ...
1
vote
1answer
439 views

Differing DPI [font sizes] in QWebView compared to all other QWidgets?

I have a QWebView which displays some HTML content and I used CSS to style the text: body { font-size: 10pt; } The window with the QWebView also has a QTextEdit field, for which I have set the font ...
1
vote
1answer
636 views

4.6 QWebView memory leaks?

I wrote a quick test app to use the google analytics scripts in a client app. It works fine using QWebView and QWebFrame* pFrame = m_pWebView->page()->mainFrame(); ...
1
vote
1answer
510 views

Multiple instances of QWebView (qt jambi)

Good day, How I can use QWebView with method load() in threads? I have create QWebView in main(!) thread, but I can't use load() with QWebView (used signals/slots from other threads to do it): ...
1
vote
1answer
829 views

Qt Image From Web

I'd like PyQt to load an image and display it from the web. Dozens of examples I've found online did not work, as they are for downloading the image. I simply want to view it. Something like from ...
0
votes
3answers
45 views

QWebView - QWidget: must construct a QApplication before a QPaintDevice error

Whenever I try to create a new QWebView, the post-build error is QWidget: Must construct a QApplication before a QPaintDevice why is this happening? Yes, i did add QT += webkit to the pro file, and ...
0
votes
1answer
59 views

How to access Flash ExternalInterface from QWebView?

Is it possible to access Flash's ExternalInterface from QWebView? If so, how can it be done?
0
votes
0answers
60 views

QWebView doesn't work

index = 12; QProcess* p = new QProcess(this); p->start("cmd"); p->write((QString("netsh interface ip set address \"本地连接\" static 192.168.132.%1 255.255.255.0 ...
0
votes
1answer
131 views

QtWebKit playing HTML5 video without installing flash player

With latest Flash player installed, and enable the Plugins, my simple example can play youtube videos OS: windows 7 Qt: 4.7.4 (both 32 & 64bit works) However, according to ...
0
votes
1answer
33 views

How to setup proxy connection for each instance qwebview?

How to setup proxy connection for each instance qwebview? I read the documentation, but i dont found info about that, i found how to set proxy for all application. Can anyone helps me?Thanks.Sorry ...
0
votes
0answers
35 views

Not able to tap textbox in QWebView

I used QMLWebview to open the mobile website but there is an issue happened of overlapping. It means when previous page is longer than current page then content of previous page will be there on ...
0
votes
1answer
75 views

Qt C++ QWebView image quality

I notice, that some image on webpage has bad quality (sharp corners, no anti-aliasing). I use Qt 4.7.4. This bug not found in Qt 4.8.0 RC1 (I've tested, all OK). How to remove this bug? Update: ...
0
votes
1answer
41 views

Catch the signal when QWebView was scrolled to the end

When a user scroll with his mouse within a QWebView widget , can i know if he got to the head / end of web contents ? I may place a QWebView::wheelEvent() inside , but how can i know about the scroll ...
0
votes
1answer
99 views

QWebView memory use

When I use multiple QWebView objects, I have noticed that after loading the pages and then deleting the object QWebView, the memory is not fully cleared. Thus the program uses a large amount of ...

1 2