PDA

View Full Version : How to address to vertical scrollbar, which appears in QWebView?



fromRussiaWithLove
20th August 2011, 09:46
Hi all!
How to address to vertical scrollbar, which appears in QWebView? I want to know the value of bar everytime but i dont know how, because there are no event, methods, signals...

llev
30th August 2011, 02:04
to know: view->page()->mainFrame()->scrollBarValue()
Is it suitable for you?