summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@digia.com>2015-08-19 14:53:55 +0200
committerFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2015-08-22 08:47:56 +0000
commit594e02603be5c29a884ba33ddd89fa0bcb8d168a (patch)
tree2f6df8bcc8eccdd408385e5105be9337424edba9 /examples
parentbc8a097b1ccfa7de31193b5dccb5a64f8bfd7551 (diff)
Doc: Added the necessary doc artifacts
Change-Id: I4aa939df4f73cf095fbe73c6afe38bdd18a46c42 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/speech/hello_speak/doc/images/hellospeak-example.pngbin0 -> 34979 bytes
-rw-r--r--examples/speech/hello_speak/doc/src/hellospeakex.qdoc40
2 files changed, 40 insertions, 0 deletions
diff --git a/examples/speech/hello_speak/doc/images/hellospeak-example.png b/examples/speech/hello_speak/doc/images/hellospeak-example.png
new file mode 100644
index 0000000..03a2f60
--- /dev/null
+++ b/examples/speech/hello_speak/doc/images/hellospeak-example.png
Binary files differ
diff --git a/examples/speech/hello_speak/doc/src/hellospeakex.qdoc b/examples/speech/hello_speak/doc/src/hellospeakex.qdoc
new file mode 100644
index 0000000..a5e8082
--- /dev/null
+++ b/examples/speech/hello_speak/doc/src/hellospeakex.qdoc
@@ -0,0 +1,40 @@
+/****************************************************************************
+**
+** Copyright (C) 2015 The Qt Company Ltd.
+** Contact: http://www.qt.io/licensing/
+**
+** 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 The Qt Company. For licensing terms
+** and conditions see http://www.qt.io/terms-conditions. For further
+** information use the contact form at http://www.qt.io/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 hello_speak
+ \title Hello Speak Example
+
+ \brief The Hello Speak example reads out a small piece of text
+
+ \e{Hello Speak} example demonstrates how QTextToSpeech can be used to read
+ out text, as well as control the pitch, volume, and rate of the speech.
+ It also lets you select a language and voice, if additional languages
+ and voices are found.
+
+ \image hellospeak-example.png
+*/