qwebkit
How to change qwebview's background image, color and font color
I want to change my webview\'s background image, color and font color. I tried setBackgroundRole method but it only have few color. It doesn\'t have the color that I want. And I don\'t find how to set[详细]
2023-03-14 19:01 分类:问答Parsing HTML with C++ (using Qt preferably)
I\'m trying to parse some HTML with C++ to extract all urls from the HTML (the urls can be inside the href and src attributes).[详细]
2023-03-07 19:00 分类:问答Get full href list from a QWebPage
I am trying to use a QWebPage (from QWebKit) to list all the href attributes from A tags with the full URL. At the moment, I do this:[详细]
2023-03-03 12:03 分类:问答In Qt QwebKit how can I delete all cookies when starting?
I implemented the cookies jar as shown in the web, and I can receive all the cookiesvalues; but how can I delete all cookies I don\'t understand? Here is my code where can I trigger the delete all coo[详细]
2023-02-21 11:10 分类:问答QWebKit linkClicked signal never fires
import sys fr开发者_运维技巧om PyQt4.QtGui import * from PyQt4.QtCore import * from PyQt4.QtWebKit import QWebView[详细]
2023-02-18 16:08 分类:问答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 loca[详细]
2023-02-14 02:24 分类:问答How to read data from QNetworkReply being used by QWebPage?
I use QWebPage to download a webpage as well as all its resources. At the same time I\'d like to get hold on raw data being downloaded by Qt during this process. Doing this by reading data from QNetwo[详细]
2023-01-31 08:43 分类:问答How to display a QImage in QWebKit?
Is there any way to display a QImage (in memory, not on filesystem) in a QWebFrame without writing the ima开发者_运维问答ge out to a temporary file?One option might be using the data URI scheme. You b[详细]
2023-01-29 08:33 分类:问答Is it possible to embed html with js into QwebKit
will I need to load java script objects into QwebKit when my application is loading I can use setHtml with the html and the java script string formatted but its very hard to[详细]
2023-01-20 23:35 分类:问答Qt: can i load and manipulate the web page dom with QWebKit without rendering the page?
is there any way to load url and to ma开发者_开发技巧nipulate the page dom without rendering the page[详细]
2023-01-14 18:52 分类:问答