~loic.molinari/+junk/qtdeclarative-shadereffectsource-changes

« back to all changes in this revision

Viewing changes to examples/demos/clocks/clocks.qdoc

  • Committer: Loïc Molinari
  • Date: 2012-04-21 17:59:51 UTC
  • Revision ID: loic.molinari@canonical.com-20120421175951-bqx68caaf5zrp76l
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/****************************************************************************
 
2
**
 
3
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
 
4
** Contact: http://www.qt-project.org/
 
5
**
 
6
** This file is part of the documentation of the Qt Toolkit.
 
7
**
 
8
** $QT_BEGIN_LICENSE:FDL$
 
9
** GNU Free Documentation License
 
10
** Alternatively, this file may be used under the terms of the GNU Free
 
11
** Documentation License version 1.3 as published by the Free Software
 
12
** Foundation and appearing in the file included in the packaging of
 
13
** this file.
 
14
**
 
15
** Other Usage
 
16
** Alternatively, this file may be used in accordance with the terms
 
17
** and conditions contained in a signed written agreement between you
 
18
** and Nokia.
 
19
**
 
20
**
 
21
**
 
22
**
 
23
**
 
24
** $QT_END_LICENSE$
 
25
**
 
26
****************************************************************************/
 
27
 
 
28
/*!
 
29
    \title QML Demo - Clocks
 
30
    \example demos/clocks
 
31
    \brief This example demonstrates creating components and using them multiple times.
 
32
    \image qml-clocks-example.png
 
33
 
 
34
    This demo give a simple world clock application, containing multiple clocks from around the world.
 
35
 
 
36
    In doing this, it reuses a signle Clock component with some slight changes to the parameters.
 
37
*/