PDA

View Full Version : QWebView scoll-location



tomschuring
27th July 2011, 08:10
Hello,

is there a way for me to find out how far the contents of a QWebView has scrolled down ?

I can't seem to find a getVerticalScrollbar() or similar method.

thanks,
tom

tomschuring
28th July 2011, 10:20
ah looks like

myWebView->page()->mainFrame()->scrollPosition()

works.