summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKevin Wright <kevin.wright@nokia.com>2010-07-27 09:32:59 +0200
committerJesper Thomschutz <jesper.thomschutz@nokia.com>2010-08-12 12:28:41 +0200
commit810b8c896d9fabfebd675db2b03c69eefef40d19 (patch)
treedb73d2a525cc1ab8f4ffc3d1d348fa9d7a44f654 /doc
parentfe131fca53545c45cbddf436400921f2e0f03bad (diff)
downloadqt4-tools-810b8c896d9fabfebd675db2b03c69eefef40d19.tar.gz
Added files that had been renamed.
(cherry picked from commit a98af1c7f1bba3c791d08e76e4896e48ea6ea019)
Diffstat (limited to 'doc')
-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 0000000000..552d752623
--- /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 0000000000..deb4c288a2
--- /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 0000000000..60e1776fc3
--- /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 0000000000..b053cf371c
--- /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 0000000000..c741b65526
--- /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 0000000000..1cbd90d101
--- /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 0000000000..1079fb252b
--- /dev/null
+++ b/doc/src/images/touch-pinchzoom-example.png
Binary files differ