I haven't used the QWebView myself extensively, but we have seen some troubles grabbing the content for PDF output, and probably then the same goes for the html grab. Anyway, try to ask your question on the qt-interest mailing list. The API itself is quite similar to the qtjambi one.
Regards, Helge Fredriksen On Fri, Oct 1, 2010 at 4:38 PM, go canal <[email protected]> wrote: > Hi, > is there a method to get the whole html content of a QWebView ? > > from QWebPage, we can get mainFrame and currentFrame, then using toHtml() > to get the html content of a frame. However, what if the web page has > multiple frames ? How do I iterate all the frames ? Better still if there is > one single method to get all the content of the web page. > > thanks, > canal > > > > _______________________________________________ > Qt-jambi-interest mailing list > [email protected] > http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest > >
_______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
