| | 49 | |
| | 50 | == Examples and Demos to be written == |
| | 51 | |
| | 52 | * how to use <object> in a web page |
| | 53 | * HTML5 local storage |
| | 54 | * jQuery in QtWebKit (a simple one, just get one starts quickly) |
| | 55 | * Flash inside QWebView (like Girish's video feed example but simpler) |
| | 56 | * restricting web view to a certain set of URLs |
| | 57 | * convert HTML to PDF, continue from Kavindra's work |
| | 58 | * using QWebView with Graphics View |
| | 59 | * a utility monitor web sites, sit on the systray, display the thumbnail |
| | 60 | * simple example (without model/view) on how to use history and bookmarks |
| | 61 | * google suggest |
| | 62 | * how to extend QWebView to handle e.g. FTP |
| | 63 | * cookie handling |
| | 64 | * XML Query for feed parser/reader |
| | 65 | |
| | 66 | == Documentation improvements == |
| | 67 | * Overview diagram between all QWebFoo class |
| | 68 | * Diagram/description of the relation between QtWebKit and QtNetwork |
| | 69 | * Using HTML files and images from the resource system |
| | 70 | * Import CSV example from QQ to Qt tree |