summaryrefslogtreecommitdiffstats
path: root/doc/src
diff options
context:
space:
mode:
authorKevin Wright <kevin.wright@nokia.com>2010-07-27 07:32:59 (GMT)
committerKevin Wright <kevin.wright@nokia.com>2010-07-27 07:32:59 (GMT)
commita98af1c7f1bba3c791d08e76e4896e48ea6ea019 (patch)
tree5b383c52ae5436e0fff91a8a3170bdf3d8338145 /doc/src
parenta02eba0de0fcf9a17d489ee1f92977c95d3afd76 (diff)
downloadQt-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.qdoc36
-rw-r--r--doc/src/examples/touch-knobs.qdoc36
-rw-r--r--doc/src/images/touch-dials-example.pngbin0 -> 17676 bytes
-rw-r--r--doc/src/images/touch-examples.pngbin0 -> 6691 bytes
-rw-r--r--doc/src/images/touch-fingerpaint-example.pngbin0 -> 17026 bytes
-rw-r--r--doc/src/images/touch-knobs-example.pngbin0 -> 1290 bytes
-rw-r--r--doc/src/images/touch-pinchzoom-example.pngbin0 -> 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
new file mode 100644
index 0000000..60e1776
--- /dev/null
+++ b/doc/src/images/touch-dials-example.png
Binary files differ
diff --git a/doc/src/images/touch-examples.png b/doc/src/images/touch-examples.png
new file mode 100644
index 0000000..b053cf3
--- /dev/null
+++ b/doc/src/images/touch-examples.png
Binary files differ
diff --git a/doc/src/images/touch-fingerpaint-example.png b/doc/src/images/touch-fingerpaint-example.png
new file mode 100644
index 0000000..c741b65
--- /dev/null
+++ b/doc/src/images/touch-fingerpaint-example.png
Binary files differ
diff --git a/doc/src/images/touch-knobs-example.png b/doc/src/images/touch-knobs-example.png
new file mode 100644
index 0000000..1cbd90d
--- /dev/null
+++ b/doc/src/images/touch-knobs-example.png
Binary files differ
diff --git a/doc/src/images/touch-pinchzoom-example.png b/doc/src/images/touch-pinchzoom-example.png
new file mode 100644
index 0000000..1079fb2
--- /dev/null
+++ b/doc/src/images/touch-pinchzoom-example.png
Binary files differ