qwebview
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 分类:问答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 lon[详细]
2023-01-01 12:37 分类:问答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 分类:问答Can Qt's QWebView display programmatically generated XML?
Using Qt 4.6, I can dynamically add to an HTML page like this: ui->webView->page()->mainFrame()->documentElement().findFirst(\"body\").appendInside(\"<i>some text</i>\\n\");[详细]
2022-12-30 07:35 分类:问答How get a focus element in QWebView/QWebPage?
i need to be able to react on focus chang开发者_StackOverflow社区es in QWebPage. I used microFocusChanged() signal and it gives me almost desirable behavior, but anyway i don\'t know how to know which[详细]
2022-12-30 05:28 分类:问答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.[详细]
2022-12-28 04:47 分类:问答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.[详细]
2022-12-20 11:46 分类:问答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[详细]
2022-12-14 12:28 分类:问答