qtwebkit
Displaying QWidgets created with QWebPluginFactory
Based on Qt 4.5.1 I placed QWidget, c开发者_如何转开发reated with QWebPluginFactory, into HTML page.[详细]
2023-01-05 09:21 分类:问答Embedded Windows Media Player loaded in QtWebKit: set volume does not work
when loading this html (html is also here) in the 开发者_如何学运维Qt 4.6 Demo Browser, pressing \"Set Volume = 80\" fails without raising an exception.[详细]
2023-01-05 03:15 分类:问答do PyQt4.QtWebKit.QWebView on Windows7-64bit works with SSL sites?
I can browse unprotected sites, but trying to open an \"https\" one results in these messages: QSslSocket: cannot call unresolved function SSLv3_client_method[详细]
2023-01-04 17:30 分类:问答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.[详细]
2023-01-04 04:07 分类:问答QtWebKit problems playing HTML5 video
I have a simple Qt application that launches a window with a QWebView. I tried several sites using the video tag with h.264, and it either can\'t play the video at all (as in youtube or sublime video)[详细]
2023-01-03 17:13 分类:问答How to save webpage in Qt WebKit as "save as complete webpage"
I need to save web page using Qt WebKit similar to \"Save as complete webpage\". Following are my requirements,[详细]
2023-01-02 06:50 分类:问答Qt: How can I receive events fired by QWebElement objects?
I want to receive notifications whenever links are clicked or text fields are changed in a Webkit instance in Qt.How can I hook up event li开发者_开发问答steners to a QWebElement?[详细]
2023-01-01 12:37 分类:问答ImportError: No module named QtWebKit
I am on centos5. I installed python26 source with a make altinstall. Then I did a: yum install qt4 yum install qt4-devel[详细]
2023-01-01 11:43 分类:问答Is there a summary of differences in rendering/behavior between QtWebKit and Chrome/Safari WebKit?
I wrote a simple Qt application (Windows+Mac) that uses QtWebKit to render a web site inside a window.[详细]
2022-12-31 07:18 分类:问答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[详细]
2022-12-31 00:42 分类:问答