Top "Qtwebkit" questions

QtWebKit provides a Web browser engine that makes it easy to embed content from the World Wide Web into your Qt application.

Unknown module(s) in QT: webkit

Added QT += network webkit and I tried just QT += webkit to the .pro solution file and ran qmake from inside …

c++ qt webkit qtwebkit
QWebView / Qt WebKit won't open some SSL pages; redirects not allowed?

Clean install of Qt SDK 1.1.4 on Windows 7 with Visual C++ 2008 SP1; I'm using Qt Creator. Why does this code not …

c++ qt ssl qt4 qtwebkit
QT5 QWebView linker errors

Right now I'm just trying to get 'www.google.com' to load in a webview when a button is pressed. …

qt-creator linker-errors qtwebkit qwebview qt5
How to parse HTML with C++/Qt?

How can i parse the following HTML <body> <span style="font-size:11px">12345</span> <…

c++ qt qtwebkit html-content-extraction qtcore
QT ssl error on hotmail.com: The issuer certificate of a locally looked up certificate could not be found

When I use QtWebkit (which uses QSslSocket internally) to connect to www.hotmail.com, I got the following ssl errors …

qt ssl openssl qtwebkit
How to know when a web page is loaded when using QtWebKit?

Both QWebFrame and QWebPage have void loadFinished(bool ok) signal which can be used to detect when a web page …

ajax qt asynchronous qtwebkit qwebpage
QtWebkit: How to check HTTP status code?

I'm writing a thumbnail generator as per an example in the QtWebkit documentation. I would like to avoid screenshots of …

qt http-status-codes qtwebkit
Can I use homebrew's qt5 with capybara-webkit?

I want to use qt5's QtWebKit with capybara-webkit. brew uninstall qt Uninstalling /usr/local/Cellar/qt/4.8.4... brew install qt5 …

qt homebrew qtwebkit capybara-webkit
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 &…

qt html qtwebkit qwebview
How to render PDF using pdf.js viewer in PyQt?

I have tried adding the pdf.js viewer files in my project and it works in browsers like Chrome, Mozilla, …

python pyqt qtwebkit pdf.js qtwebengine