summaryrefslogtreecommitdiffstats
path: root/examples/scxml/trafficlight-qml-static/doc/src/trafficlight-qml-static.qdoc
blob: 17991548577c063ba3505d48987a15965f586f45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \example trafficlight-qml-static
    \title Qt SCXML  Traffic Light QML Example (Static)
    \ingroup examples-qtscxml

    \brief A Qt Quick application that uses a compiled state machine to
    implement a traffic light.

    \image trafficlight.png

    \e{Traffic Light QML Example (Static)} demonstrates how to connect to the
    active properties of a state in a state machine that is compiled to a class.

    The UI is created using Qt Quick.

    \include examples-run.qdocinc

    \include trafficlight-compiling.qdocinc

    \section1 Instantiating the State Machine

    We instantiate the state machine as follows:

    \quotefromfile trafficlight-qml-static/trafficlight-qml-static.qml

    \skipto TrafficLight
    \printuntil }

    \include trafficlight-state-machine.qdocinc

    We connect to the states as follows:

    \quotefromfile trafficlight-common/Lights.ui.qml
    \skipto states
    \printuntil ]
*/