I want to disable the scrollbars in a QGraphicsWebView
. It says in the documentation:
"... if the Web page contents is larger than that, scrollbars will be shown if not disabled explicitly."
I can't seem to find a way to disable the scrollbars.
I need to disable the scrollbars because I want to implement scrolling on drag and I don't want them to be shown.
You can set the scrollbar behaviour on QWebFrame. What you probably want is something like: