PDA

View Full Version : Is there any API to access d->frame of a QWebFrame object?



shariqkhan
20th June 2011, 16:09
Hi All,

I need to access "d->frame" of a QWebPage object. Is there any API which would let me do this? I diid have a look at the QWebFrame class refernce, but was unable to find anything relavant. Any pointers?
Thanks in advance.

wysota
20th June 2011, 16:21
I need to access "d->frame" of a QWebPage object.
What for?


Is there any API which would let me do this?
No.

shariqkhan
20th June 2011, 16:48
I need it to explicitly set the lock of horizontal and vertical scrollbars to false

shariqkhan
21st June 2011, 16:11
No suggstions from anyone?

wysota
21st June 2011, 19:52
There is no such API in Qt's C++ part that allows you to do this. Maybe javascript can do it.