From b6370f78ef09cc7598ed4e8f66d6d1275e9f8016 Mon Sep 17 00:00:00 2001 From: Andras Becsi Date: Wed, 26 Sep 2012 17:48:37 +0200 Subject: Add QML examples for WebKit integration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add flickrview and youtubeview examples covering the use of the WebKit WebView QML API. - FlickrView is an example that utilizes the flickr.com RSS feed of public photos and displays the full size images in the WebView. It is also possible to browse the Flickr profile of the images. Navigaton is restricted to flickr.com. - YouTubeView is a QML example that utilizes the WebView to play HTML5 videos retrieved using the youtube API. The application has a search functionality and some preset video streams. Change-Id: I88d09e416d6791f620e0590f7b9ce8f49173e64e Reviewed-by: Tor Arne Vestbø --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 990859d..b406ebe 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ examples/*/*/*[.]app !examples/tutorials/* !examples/tutorials/*/* !examples/ja_JP/*/* +!examples/qml/*/* demos/*/* !demos/spectrum/* demos/spectrum/bin -- cgit v1.2.1