2011/3/8 周鹏 <[email protected]>: > Hi,guys! > I want to get the page content after all external resource is loaded,but > i don't want to call the QApplication::exec() function,is it > possible(because this function open a window,but i don't need it,all i want > is the content of the page)?
This might help: http://doc.qt.nokia.com/4.7-snapshot/qwebpage.html#using-qwebpage-in-a-widget-less-environment I think there was a blog post about this method in the qt labs blog too. -- Kalle Vahlman, [email protected] Powered by http://movial.com Interesting stuff at http://sandbox.movial.com See also http://syslog.movial.fi _______________________________________________ webkit-qt mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
