Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I want to apply custom stylesheet for QWebView for giving the background color . How to apply? Please help me
for example if you want to load it from qrc: @ webViewWidget->settings()->setUserStyleSheetUrl( QUrl("qrc:/style.css") ); @
In css, how to give the background color to QWebView
something like this: @ html, body { background-color: red; } @