summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@digia.com>2012-12-11 18:52:09 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-12 12:33:06 +0100
commit720de3bd4cebe0df7025572bda4520726573043b (patch)
treecb6146e6aa903cc5b7d093e8a74e8e2a5f42bf9f
parentf04b0ee8750621f1b1c1b9699b458d3bce842988 (diff)
downloadqtdoc-720de3bd4cebe0df7025572bda4520726573043b.tar.gz
Doc: Moved documentation for the dbus and widget examples
Change-Id: Id8a957ff8e4cbb450835b00a43b3582e7356de96 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
-rw-r--r--doc/src/examples/dbus-remotecontrolledcar.qdoc36
-rw-r--r--doc/src/examples/touch-dials.qdoc38
-rw-r--r--doc/src/examples/touch-knobs.qdoc38
-rw-r--r--doc/src/images/remotecontrolledcar-car-example.pngbin8833 -> 0 bytes
-rw-r--r--doc/src/images/touch-dials-example.pngbin17676 -> 0 bytes
-rw-r--r--doc/src/images/touch-knobs-example.pngbin1290 -> 0 bytes
6 files changed, 0 insertions, 112 deletions
diff --git a/doc/src/examples/dbus-remotecontrolledcar.qdoc b/doc/src/examples/dbus-remotecontrolledcar.qdoc
deleted file mode 100644
index 05c75080..00000000
--- a/doc/src/examples/dbus-remotecontrolledcar.qdoc
+++ /dev/null
@@ -1,36 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
-** Contact: http://www.qt-project.org/legal
-**
-** This file is part of the documentation of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:FDL$
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia. For licensing terms and
-** conditions see http://qt.digia.com/licensing. For further information
-** use the contact form at http://qt.digia.com/contact-us.
-**
-** GNU Free Documentation License Usage
-** 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. Please review the following information to ensure
-** the GNU Free Documentation License version 1.3 requirements
-** will be met: http://www.gnu.org/copyleft/fdl.html.
-** $QT_END_LICENSE$
-**
-****************************************************************************/
-
-/*!
- \example dbus/remotecontrolledcar
- \title D-Bus Remote Controlled Car Example
-
- The Remote Controlled Car example shows how to use D-Bus to control one
- application using another.
-
- \image remotecontrolledcar-car-example.png
-*/
diff --git a/doc/src/examples/touch-dials.qdoc b/doc/src/examples/touch-dials.qdoc
deleted file mode 100644
index c18d068e..00000000
--- a/doc/src/examples/touch-dials.qdoc
+++ /dev/null
@@ -1,38 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
-** Contact: http://www.qt-project.org/legal
-**
-** This file is part of the documentation of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:FDL$
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia. For licensing terms and
-** conditions see http://qt.digia.com/licensing. For further information
-** use the contact form at http://qt.digia.com/contact-us.
-**
-** GNU Free Documentation License Usage
-** 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. Please review the following information to ensure
-** the GNU Free Documentation License version 1.3 requirements
-** will be met: http://www.gnu.org/copyleft/fdl.html.
-** $QT_END_LICENSE$
-**
-****************************************************************************/
-
-/*!
- \example touch/dials
- \title Touch Dials Example
- \ingroup touchinputexamples
- \brief Shows how to apply touch to a set of standard Qt widgets
-
- 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
deleted file mode 100644
index 548b0bad..00000000
--- a/doc/src/examples/touch-knobs.qdoc
+++ /dev/null
@@ -1,38 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
-** Contact: http://www.qt-project.org/legal
-**
-** This file is part of the documentation of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:FDL$
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia. For licensing terms and
-** conditions see http://qt.digia.com/licensing. For further information
-** use the contact form at http://qt.digia.com/contact-us.
-**
-** GNU Free Documentation License Usage
-** 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. Please review the following information to ensure
-** the GNU Free Documentation License version 1.3 requirements
-** will be met: http://www.gnu.org/copyleft/fdl.html.
-** $QT_END_LICENSE$
-**
-****************************************************************************/
-
-/*!
- \example touch/knobs
- \title Touch Knobs Example
- \ingroup touchinputexamples
- \brief Shows how to create custom controls that accept touch input
-
- 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/remotecontrolledcar-car-example.png b/doc/src/images/remotecontrolledcar-car-example.png
deleted file mode 100644
index 7e08340c..00000000
--- a/doc/src/images/remotecontrolledcar-car-example.png
+++ /dev/null
Binary files differ
diff --git a/doc/src/images/touch-dials-example.png b/doc/src/images/touch-dials-example.png
deleted file mode 100644
index 60e1776f..00000000
--- a/doc/src/images/touch-dials-example.png
+++ /dev/null
Binary files differ
diff --git a/doc/src/images/touch-knobs-example.png b/doc/src/images/touch-knobs-example.png
deleted file mode 100644
index 1cbd90d1..00000000
--- a/doc/src/images/touch-knobs-example.png
+++ /dev/null
Binary files differ