summaryrefslogtreecommitdiffstats
path: root/examples/scxml/trafficlight-widgets-dynamic/doc/src
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2016-02-11 13:10:33 +0100
committerJarek Kobus <jaroslaw.kobus@theqtcompany.com>2016-02-12 08:24:59 +0000
commit0bd8eb872110fe8e38ba44c2757f810d2b95c4df (patch)
treeebf4aa0e1e913d07f00e3e072bf1b1ffa601bf94 /examples/scxml/trafficlight-widgets-dynamic/doc/src
parent899d10b4d46c7ad2bacb048e1fc16920c5e7779d (diff)
Move examples into module based subdir
The release process puts all examples based on their module name into the same directory. Therefore each module has to group its examples based on their module name. Change-Id: I3695297ff0489fbbb2c4f4aa13e0c4baa7f011b7 Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
Diffstat (limited to 'examples/scxml/trafficlight-widgets-dynamic/doc/src')
-rw-r--r--examples/scxml/trafficlight-widgets-dynamic/doc/src/trafficlight-widgets-dynamic.qdoc34
1 files changed, 34 insertions, 0 deletions
diff --git a/examples/scxml/trafficlight-widgets-dynamic/doc/src/trafficlight-widgets-dynamic.qdoc b/examples/scxml/trafficlight-widgets-dynamic/doc/src/trafficlight-widgets-dynamic.qdoc
new file mode 100644
index 0000000..236f410
--- /dev/null
+++ b/examples/scxml/trafficlight-widgets-dynamic/doc/src/trafficlight-widgets-dynamic.qdoc
@@ -0,0 +1,34 @@
+/****************************************************************************
+**
+** Copyright (C) 2016 The Qt Company Ltd.
+** Contact: https://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 https://www.qt.io/terms-conditions. For further
+** information use the contact form at https://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: https://www.gnu.org/licenses/fdl-1.3.html.
+** $QT_END_LICENSE$
+**
+****************************************************************************/
+
+/*!
+ \example trafficlight-widgets-dynamic
+ \title Qt SCXML: Traffic Light Example (Dynamic)
+ \ingroup examples-qtscxml
+
+ \brief Demonstrates using a state-machine for a simple traffic light.
+*/