.. --------------------------------------------------------------------------- Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). All rights reserved. This work, unless otherwise expressly stated, is licensed under a Creative Commons Attribution-ShareAlike 2.5. The full license document is available from http://creativecommons.org/licenses/by-sa/2.5/legalcode . --------------------------------------------------------------------------- Programming with Qt Quick for Symbian and MeeGo Harmattan Devices ================================================================= Let's learn by example! The goal of this guide is to familiarize you with programming with Qt for the Symbian^3 API plus an overview of using MeeGo Harmattan Components. Throughout this guide, we’ll be walking you through the creation of a todo list application from ground up and how to deploy the application to your mobile device. Wherever suitable, we'll provide references to other sources of information to make it easy for you to deepen your understanding of the programming model. We'll assume you already have `Qt SDK `_ installed and have a basic understanding of :qt:`Qt ` and :qt:`Qt Quick ` as well as how to use the :creator:`Qt Creator IDE `. .. toctree:: :maxdepth: 2 :numbered: chapter_01/index chapter_02/index chapter_03/index chapter_04/index chapter_05/index chapter_06/index chapter_07/index