Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed compile of framecapture, simpleselector for symbian-abld winscw. | Rohan McGovern | 2010-02-02 | 1 | -1/+1 |
| | | | | `QT += network' is required to find the network headers. | ||||
* | Added example that uses WebKit to capture Web page frames. | Andre Pedralho | 2009-08-06 | 1 | -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> |