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?
相关问题
- QML: Cannot read property 'xxx' of undefin
- Adding a timeout to a render function in ReactJS
- QTextEdit.find() doesn't work in Python
-
Why does the box-shadow property not apply to a
- Add animation to jQuery function Interval
You can load it with the settings of your
QWebView
: