Qt Quick Examples

All  |  Qt Quick  |  Qt Mobility  |  In-app purchasing  |  Nokia N9 compliant

12 July 2012
RESTful Places Around

RESTful Places Around

RESTful Places Around demonstrates the use of the Nokia RESTful Places API within a Qt Quick application. This example retrieves the places nearby and displays them on Nokia Maps. The application also features comprehensive use of QML bindings of the Qt Mobility Location API, planning a route on a map from the current position to a selected place, and making phone calls (opening the call UI).

This example application is hosted in Nokia Developer Projects.

Project summary | Implementation notes | Release notes

11 July 2012
Status Shout!

Status Shout!

The Status Shout! example application demonstrates the use of social media (in this case, Twitter and Facebook), OAuth authentication, and posting status update messages with images.The Status Shout! application uses the Social Connect QML Plug-in, which handles authentication of the application to different social media and can be easily utilised in other applications. The application also uses the official Qt Quick Components for navigation and UI.

This example application is hosted in Nokia Developer Projects.

Project summary | Implementation notes | Release notes

10 July 2012
ToDo Lists v1.2

ToDo Lists v1.2

The application demonstrates the use of Qt Quick Components. To-Do Lists is an example application that keeps track of To-Do tasks in three categories. The categories are Work, Home, and Shopping.

This example hosted in Nokia Developer Projects.

Project summary | Implementation notes | Release notes

02 July 2012
Social Connect QML Plug-in

Social Connect QML Plug-in

The Social Connect QML Plug-in delivers an interface for Qt Quick developers for accessing the Facebook and Twitter APIs that allow creating mobile applications powered by social media. The plug-in provides out-of-the-box support for Facebook and Twitter with integrated authentication implementation. In addition to native API calls, a simplified common interface is provided for simple tasks like retrieving latest posts from a service.

This example application is hosted in Nokia Developer Projects.

Project summary | Implementation notes | Release notes

02 July 2012
Guitar Tuner v2.0

Guitar Tuner v2.0

Guitar Tuner is a Qt Quick example application that demonstrates the integration of Qt audio interfaces. The application can be used to tune guitar strings by analysing the audio recorded by the device microphone.

This example application is hosted in Nokia Developer Projects:

Project summary | Implementation notes | Release notes

06 June 2012
Mini App Suite v2.0

Mini App Suite v2.0

This Nokia Developer Qt Quick example application demonstrates the intended use of UI elements and interaction patterns as described in the Symbian Design Guidelines. The idea is to put the style guide to life and to show vastly different layout and interaction examples in a condensed format. Each mini app demonstrates either a set of UI elements or a certain pattern. The apps are without application engine and they just show flows or sample layouts, but have no deeper functionality. 10 new mini apps have been added in version 2.0.

This example is hosted in Nokia Developer Projects.

Project summary | Implementation notes | Release notes

16 May 2012
Custom QML Video Player

Custom QML Video Player

The Custom VideoPlayer Component provides a reusable QML component for playing video and showing transparent overlay controls on top of video content. The VideoPlayer component enables showing full-screen videos with play controls that can be hidden or in a smaller size with play controls and other information always shown.

This example is hosted in Nokia Developer Projects.

Project summary | Implementation notes | Release notes

16 May 2012
Camera Demo v1.2

Camera Demo v1.2

This example demonstrates how to use the Qt Mobility Qt camera classes to access the camera devices. The application can set the properties of the camera, show the viewfinder image, and capture still images and video. The application also analyses the viewfinder image in real time and shows a histogram window about the image. The overexposed areas are marked in the viewfinder to demonstrate the pixel manipulation techniques in real-time images.

Video recording feature was added to the 1.2 version. The video feature is disabled on devices with 32 Mb of graphics memory or less. The supported devices include Nokia 603, Nokia 700, Nokia 701 and Nokia 808 PureView.

For related documentation, see the Camera Guide.

This example is hosted in Nokia Developer Projects.

Project summary | Implementation notes | Release notes

24 April 2012
Places Around

Places Around

This Nokia Developer Qt Quick example application has been ported from iOS to Qt. It demonstrates the use of the Social Connect QML Plug-in for user authentication and retrieving nearby places from Facebook. The example also features the Qt Mobility Location API; the places found are placed on Nokia Maps which is centered based on the user's current location. In addition, the route drawing feature plans the route from the current location to the selected point of interest.

This example is hosted in Nokia Developer Projects.

Project summary | Implementation notes | Release notes

12 April 2012
Branding Examples

Branding Examples

These branding examples have been created using Qt Quick Components for Symbian and they demonstrate different approaches on how to modify the colour scheme of UI elements. This application explains various techniques and covers most of the existing UI elements. The level of changes ranges from simple tweaks, such as changing an image, to rather complex changes, such as replacing an entire component. However, the main goal is to preserve the look and feel of the UI components as much as possible and make the application appear like an integral part of the phone.

This example is hosted in Nokia Developer Projects.

Project summary | Implementation notes | Release notes

03 April 2012
Beta Labs Client v2.0

Beta Labs Client v2.0

This Qt Quick example application allows users browse the applications in Nokia Beta Labs. The main purpose of the application is to demonstrate how to communicate with a web server from QML using AJAX. The application also demonstrates how to use Qt Quick Components, and how to utilise In-App Advertising.

This example is hosted in Nokia Developer Projects:

Project summary | Implementation notes | Release notes

29 March 2012
Media Browser v2.0

Media Browser v2.0

The Media Browser example application demonstrates how to use QML bindings of the Document Gallery (part of QtMobility APIs). create a visually appealing coverflow view and show image and video files. The updated version uses Qt Quick Components and adds support for video playback.

This example is hosted in Nokia Developer Projects.

Project summary | Implementation notes | Release notes

20 March 2012
FileList 1.1

FileList 1.1

FileList is a simple example application for browsing multimedia files on a Symbian device. This application, which is ported from a Symbian C++ version, is developed with Qt Quick components and is based on the Symbian design guidelines. The example also features a fast-loading, efficient splash screen, implemented completely with QML code.

14 March 2012
Dj Turntable v1.4

Dj Turntable v1.4

The Dj Turntable example is a Qt Quick application that allows the user to scratch audio with the turntable and play predefined background beats, or create their own beats with the drum machine. The purpose of the application is to demonstrate the integration of Qt Quick and the Qt Mobility audio interface using Qt GameEnabler. The application is compatible with Symbian devices with Qt 4.7.4 and Qt Mobility 1.2.1, MeeGo 1.2 Harmattan, and Windows desktop computers starting with Windows XP (the Qt libraries are provided with the executable).

This example is hosted in Nokia Developer Projects.

Project summary | Implementation notes | Release notes

13 March 2012
Surveillance Camera

Surveillance Camera

The Surveillance Camera showcase example demonstrates how to use Nokia's Notifications API. The Notifications API lets you push real-time notifications to your client applications. This example consists of two mobile apps: the Windows Phone Silverlight application uses the Service API to send push notifications to a Qt Quick app in a Symbian device. In this example the Silverlight application is the actual surveillance camera that searches for movements in the camera viewfinder. The Qt application receives alert notifications from the Silverlight application when there is movement. Both applications authenticate into the Notifications Service for sending and receiving alert notifications.

This example application is hosted in Nokia Developer Projects.
Project summary | Implementation notes | WP Silverlight app release notes | Qt Quick app release notes

29 February 2012
Video Streamer

Video Streamer

The QML Video Streamer example application showcases QML video streaming and playing capabilities using Qt Mobility bindings, the QML Video element, and a custom QML video player component. The QML Video Streamer application has been designed to use the official Qt Quick Components for navigation and UI.

This example application is hosted Nokia Developer Projects.
Project summary | Implementation notes | Release notes

08 February 2012
Compass v2.1

Compass v2.1

Compass is a Nokia showcase example application that demonstrates the use of the Qt Location API and Nokia Maps with the compass sensor. This application can be used as a traditional compass with Nokia Maps and it allows the user to determine the bearing to the desired direction. The tracking function draws the travelled route to the map and the route can be saved in KML format. This example is hosted in a Nokia Developer Project, where you can find implementation notes, discover recent revisions, and contribute to the project.

29 December 2011
Weather Forecast

Weather Forecast

Weather Forecast is a Nokia Developer example application ported from Windows Phone to Qt. This simple Qt Quick application parses the weather forecast content from XML data retrieved over the network. The application features an animated splash screen. This example is hosted in Nokia Developer Projects, where you can find implementation and porting notes, discover recent revisions, and contribute to the project.

29 December 2011
Weekly Planner v1.2

Weekly Planner v1.2

The Weekly Planner example application demonstrates the use of the Pivot-type custom-made QML element. This example application is hosted in Nokia Developer Projects where you can also find implementation notes.

22 December 2011
Diner v1.5

Diner v1.5

The Diner example application demonstrates how QML can be used to build a simple, impressive catalog-type application based on local XML data. The updated application uses Qt Quick Components. This example is hosted in a Nokia Developer Project, where you can also find implementation notes, discover recent revisions, and contribute to the project.

21 December 2011
RSS Reader v1.4

RSS Reader v1.4

This example demonstrates the creation of a rich, list based UI with view navigation, search, accordion list, and animations. The UI is built by making extensive use of Qt Quick Components and all components are designed to be reusable in other applications. The list content is populated from RSS feeds. The user can subscribe to additional RSS feeds and subscription information is held in QML local storage. The example also demonstrates how an application's graphical theme can be switched from the settings view.

This version adds support for the Nokia E6 as well as including UI fine tuning and some refactoring.

This example is hosted in a Nokia Developer Project, where you can find the implementation notes.

19 December 2011
Battleships

Battleships

Battleships is a Qt Quick example game of the well-known guessing game played by two people. In this game you have to guess where your opponent's battleships are on the 10 x 10 grid and sink them before the opponent sinks your ships. The game has both single player and two-player modes. In the two-player mode two devices are connected over a Bluetooth connection. This example is hosted in Nokia Developer Projects, where you can find implementation notes, discover recent revisions, and contribute to the project.

29 November 2011
Drumkit

Drumkit

Drumkit is a virtual drumkit that lets you play percussion sounds by tapping sound pads, recording the beats, and playing them back. This example is hosted in Nokia Developer Projects, where you can find implementation notes, discover recent revisions, and contribute to the project.

17 November 2011
RentBook

RentBook

This Nokia Developer example application demonstrates the use of Qt Quick Components and the SQLite database for keeping track of items for rent. RentBook alows the user to add items for rent into a database and, for example, keep track of whom the item is rented to on a certain date. The Symbian version follows the Symbian design guidelines. This example is hosted in a Nokia Developer Project, where you can find implementation notes, discover recent revisions, and contribute to the project.

16 November 2011
Space Blok Qt v1.2

Space Blok Qt v1.2

Space Blok Qt is a 1-4 player game for Qt devices and desktop, where the players use marbles to break a 3D block structure. The game is implemented with Qt3D and Qt Quick and it utilises an open source physics engine, Bullet Physics Library. The application has been ported from Space Blok XNA for Windows Phone. This example is hosted in a Nokia Developer Project where you can find implementation and porting notes. Watch a video about this example application.

16 November 2011
Tic-Tac-Toe v1.1

Tic-Tac-Toe v1.1

This example application is a networked version of the Tic-Tac-Toe game. The game is cross-platform and supports two players, using sockets for communicating over the network. The application has been ported from Windows Phone to Qt for Symbian devices and the Nokia N9. This example is hosted in a Nokia Developer Project where you can find implementation and porting notes.

01 July 2011
Lucid Screensaver v1.0

Lucid Screensaver v1.0

A simple screensaver project for Qt on Symbian. The screensaver is designed for Symbian^3 AMOLED devices, which allow the continuous displaying of an image with very low power consumption.

21 June 2011
AirSwype v1.1

AirSwype v1.1

AirSwype is a Nokia example application where the user must draw the presented figure in the air with the phone as precisely as possible.

21 June 2011
Qt Bubble Level v1.3

Qt Bubble Level v1.3

This application demonstrates how to use Qt Quick with the accelerometer sensor that is part of Qt Mobility.

21 June 2011
Qt Quick Playground v1.4

Qt Quick Playground v1.4

This QML application demonstrates the features of Qt Quick with a set of demos and the possibility to view the source code of the demos.

21 June 2011
Sudokumaster Qt Quick v1.1

Sudokumaster Qt Quick v1.1

Sudokumaster is a Sudoku mobile game developed with Qt Quick.

26 May 2011
WhoWhere Daemon

WhoWhere Daemon

This Qt Quick/Qt C++ example application demonstrates how to use the Qt Mobility Service Framework.

01 April 2011
QML Templates

QML Templates

The QML UI Templates Library provides commonly used UI components for generic use with QML.

20 January 2011
Qt Quick: MultiWindows Example v1.1

Qt Quick: MultiWindows Example v1.1

This Qt Quick example application demonstrates how to create an application that uses multiple windows.

Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved