views:

186

answers:

1

Looks like access to DOM and rendering details of HTML tags are not availabel in qt 4.5.x . Current snapshot QWebElement looks like proper class to be used there Anybody can give me info if is it possible to get from QWebElement information where on page it was rendered ? Or there are other ways to get that information ? TIA, regards

+1  A: 

In Qt 4.5, you need to write that as a JavaScript expression and evaluate that with QWebFrame::evaluateJaveScript().