I just replaced a QTextEdit that was used for displaying rudimentary html in my application with a QWebView. My problem is I am unable to style the scrollbar via the QScrollBar tag in my stylesheet. I know that i could technically use the css in the html document myself but thats not what i am looking for. Has anyone attempted to do the same thing?

Note: at the moment I am styling all QScrollBar's at the mainwindow level. So everything has the same look and feel. Except for the QWebView of course.