qtwebkit
How to force WebKit (in QtWebView) to use actual windows for HTML elements?
There is windowful video playing plugin (with gstreamer inside). I want things to be placed atop of it.[详细]
2023-01-21 11:01 分类:问答QT: Pause function flow till QWebView SIGNAL is completed
I\'m a mostly webdeveloper, so my question can be somekind of a beginners. I\'m writing a function which works with QWebView content, some kind of a macro script 开发者_运维技巧which makes action on[详细]
2023-01-20 23:12 分类:问答Writing web forms filler/submitter with QT C++
I\'m scratching my head on how to accomplish the following task: I need to write a sim开发者_开发技巧ple web forms filler/submitter with QT C++, it does the following:[详细]
2023-01-19 16:42 分类:问答Caching external javascript for a QtWebkit widget in a PyQt app
I have a QWebView in my app which renders a html page stored in the app as a Qresource. This page, however requires meaty external Javascript libraries such as MathJax开发者_运维知识库, which I would[详细]
2023-01-18 18:40 分类:问答Sending a custom header along with qtwebkit request
I\'m doing some work with PyQt4 and QtWebKit, and in the web page request need to send a custom \"Host\" header along with the standard HTTP request. I\'m not seeing any options for adding custom head[详细]
2023-01-15 19:03 分类:问答Overriding hostname IP address in qtwebkit request
I\'m downloading a web page (with PyQt4/QtWebKit) using given hostname, but I would like to use a pre-defined IP address for that hostname. For example, I need to hit \"http://www.mysite.com\" but use[详细]
2023-01-15 13:53 分类:问答-webkit-box-shadow blur with QtWebKit?
Is there any way to achieve working blur for -webkit-box-shadow at the time? Reading through the comments of this bug report, i recognized that this is still an issue, although the bug report is marke[详细]
2023-01-14 19:24 分类:问答PyQt + QtWebkit behind a proxy
I\'m writing a PyQt (Python bindings for the all-powerful Qt library) application and a small part of my application needs a web browser (hint, OAuth). So I started using QtWebkit, which is fantastic[详细]
2023-01-10 17:25 分类:问答How can I load session information into qtwebkit?
I am building a specialized browser based on Qtwebkit. I would like to save the session information when logging into authenticate开发者_如何学运维d websites and load this information again when I res[详细]
2023-01-09 23:27 分类:问答catch link clicks in QtWebView and open in default browser
I am opening a page in QtWebView (in PyQt if that matters) and I want to open all links in the system default browser. I.开发者_开发问答e. a click on a link should not change the site in the QtWebView[详细]
2023-01-06 09:30 分类:问答