summaryrefslogtreecommitdiffstats
path: root/examples/webkit/framecapture/framecapture.pro
Commit message (Collapse)AuthorAgeFilesLines
* Fixed compile of framecapture, simpleselector for symbian-abld winscw.Rohan McGovern2010-02-021-1/+1
| | | | `QT += network' is required to find the network headers.
* Added example that uses WebKit to capture Web page frames.Andre Pedralho2009-08-061-0/+11
The framecapture is based on GraphicsDojo/WebCapture and shows how to use WebKit toolkit to capture a web page and save its internal frames in different image files using the new property QWebFrame::clipRenderToViewPort. Merge-request: 1103 Reviewed-by: Ariya Hidayat <ariya.hidayat@nokia.com>