summaryrefslogtreecommitdiffstats
path: root/symbian_dev_guide/index.rst
blob: 7912ac3425eae0c51544881b1a89af564bb01995 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
..
    ---------------------------------------------------------------------------
    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 <http://qt.nokia.com/downloads>`_  installed and have a basic understanding of :qt:`Qt <index.html>` and :qt:`Qt Quick <qml-intro.html>` as well as how to use the :creator:`Qt Creator IDE <index.html>`.

.. 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