My Qt application loads an external html page within a QWebView widget. How can I define my own stylesheet to present the content of the page? Is it possible to bundle a .css file for QWebView to pick up?
My Qt application loads an external html page within a QWebView widget. How can
Share
You can load it with the settings of your
QWebView: