diff options
author | Kevin Wright <kevin.wright@nokia.com> | 2010-07-27 07:32:59 (GMT) |
---|---|---|
committer | Kevin Wright <kevin.wright@nokia.com> | 2010-07-27 07:32:59 (GMT) |
commit | a98af1c7f1bba3c791d08e76e4896e48ea6ea019 (patch) | |
tree | 5b383c52ae5436e0fff91a8a3170bdf3d8338145 /doc/src | |
parent | a02eba0de0fcf9a17d489ee1f92977c95d3afd76 (diff) | |
download | Qt-a98af1c7f1bba3c791d08e76e4896e48ea6ea019.zip Qt-a98af1c7f1bba3c791d08e76e4896e48ea6ea019.tar.gz Qt-a98af1c7f1bba3c791d08e76e4896e48ea6ea019.tar.bz2 |
Added files that had been renamed.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/examples/touch-dials.qdoc | 36 | ||||
-rw-r--r-- | doc/src/examples/touch-knobs.qdoc | 36 | ||||
-rw-r--r-- | doc/src/images/touch-dials-example.png | bin | 0 -> 17676 bytes | |||
-rw-r--r-- | doc/src/images/touch-examples.png | bin | 0 -> 6691 bytes | |||
-rw-r--r-- | doc/src/images/touch-fingerpaint-example.png | bin | 0 -> 17026 bytes | |||
-rw-r--r-- | doc/src/images/touch-knobs-example.png | bin | 0 -> 1290 bytes | |||
-rw-r--r-- | doc/src/images/touch-pinchzoom-example.png | bin | 0 -> 48154 bytes |
7 files changed, 72 insertions, 0 deletions
diff --git a/doc/src/examples/touch-dials.qdoc b/doc/src/examples/touch-dials.qdoc new file mode 100644 index 0000000..552d752 --- /dev/null +++ b/doc/src/examples/touch-dials.qdoc @@ -0,0 +1,36 @@ +/**************************************************************************** +** +** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). +** All rights reserved. +** Contact: Nokia Corporation (qt-info@nokia.com) +** +** This file is part of the documentation of the Qt Toolkit. +** +** $QT_BEGIN_LICENSE:FDL$ +** Commercial Usage +** Licensees holding valid Qt Commercial licenses may use this file in +** accordance with the Qt Commercial License Agreement provided with the +** Software or, alternatively, in accordance with the terms contained in a +** written agreement between you and Nokia. +** +** GNU Free Documentation License +** Alternatively, this file may be used under the terms of the GNU Free +** Documentation License version 1.3 as published by the Free Software +** Foundation and appearing in the file included in the packaging of this +** file. +** +** If you have questions regarding the use of this file, please contact +** Nokia at qt-info@nokia.com. +** $QT_END_LICENSE$ +** +****************************************************************************/ + +/*! + \example touch/dials + \title Touch Dials Example + + The Touch Dials example shows how to apply touch to a set of + standard Qt widgets. + + \image touch-dials-example.png +*/ diff --git a/doc/src/examples/touch-knobs.qdoc b/doc/src/examples/touch-knobs.qdoc new file mode 100644 index 0000000..deb4c28 --- /dev/null +++ b/doc/src/examples/touch-knobs.qdoc @@ -0,0 +1,36 @@ +/**************************************************************************** +** +** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). +** All rights reserved. +** Contact: Nokia Corporation (qt-info@nokia.com) +** +** This file is part of the documentation of the Qt Toolkit. +** +** $QT_BEGIN_LICENSE:FDL$ +** Commercial Usage +** Licensees holding valid Qt Commercial licenses may use this file in +** accordance with the Qt Commercial License Agreement provided with the +** Software or, alternatively, in accordance with the terms contained in a +** written agreement between you and Nokia. +** +** GNU Free Documentation License +** Alternatively, this file may be used under the terms of the GNU Free +** Documentation License version 1.3 as published by the Free Software +** Foundation and appearing in the file included in the packaging of this +** file. +** +** If you have questions regarding the use of this file, please contact +** Nokia at qt-info@nokia.com. +** $QT_END_LICENSE$ +** +****************************************************************************/ + +/*! + \example touch/knobs + \title Touch Knobs Example + + The Touch Knobs example shows how to create custom controls that + accept touch input. + + \image touch-knobs-example.png +*/ diff --git a/doc/src/images/touch-dials-example.png b/doc/src/images/touch-dials-example.png Binary files differnew file mode 100644 index 0000000..60e1776 --- /dev/null +++ b/doc/src/images/touch-dials-example.png diff --git a/doc/src/images/touch-examples.png b/doc/src/images/touch-examples.png Binary files differnew file mode 100644 index 0000000..b053cf3 --- /dev/null +++ b/doc/src/images/touch-examples.png diff --git a/doc/src/images/touch-fingerpaint-example.png b/doc/src/images/touch-fingerpaint-example.png Binary files differnew file mode 100644 index 0000000..c741b65 --- /dev/null +++ b/doc/src/images/touch-fingerpaint-example.png diff --git a/doc/src/images/touch-knobs-example.png b/doc/src/images/touch-knobs-example.png Binary files differnew file mode 100644 index 0000000..1cbd90d --- /dev/null +++ b/doc/src/images/touch-knobs-example.png diff --git a/doc/src/images/touch-pinchzoom-example.png b/doc/src/images/touch-pinchzoom-example.png Binary files differnew file mode 100644 index 0000000..1079fb2 --- /dev/null +++ b/doc/src/images/touch-pinchzoom-example.png |