summaryrefslogtreecommitdiffstats
path: root/examples/scxml/trafficlight-qml-static
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@theqtcompany.com>2016-08-23 14:00:03 +0200
committerThomas Hartmann <Thomas.Hartmann@theqtcompany.com>2016-09-02 08:10:23 +0000
commit4013583a50336d97f71c7a40ea6e0c56ec8b4bbb (patch)
treedd1c6f1d4a689fe4e4cf2aafac0859ccd2dc91fb /examples/scxml/trafficlight-qml-static
parenta327d55aec8feec5ea6bc147f08d71c0dc1341cb (diff)
Examples: Use .ui file for trafficlight
This decouples the logic/implementation from the declarative ui definition. Change-Id: I039b754df2b9ca86279fe8e9fb9bba23e9c49bf6 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'examples/scxml/trafficlight-qml-static')
-rw-r--r--examples/scxml/trafficlight-qml-static/trafficlight-qml-static.qrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/scxml/trafficlight-qml-static/trafficlight-qml-static.qrc b/examples/scxml/trafficlight-qml-static/trafficlight-qml-static.qrc
index 46c408f..890b4a7 100644
--- a/examples/scxml/trafficlight-qml-static/trafficlight-qml-static.qrc
+++ b/examples/scxml/trafficlight-qml-static/trafficlight-qml-static.qrc
@@ -3,6 +3,7 @@
<file>trafficlight-qml-static.qml</file>
<file alias="TrafficLight.qml">../trafficlight-common/TrafficLight.qml</file>
<file alias="Button.qml">../trafficlight-common/Button.qml</file>
+ <file alias="Lights.ui.qml">../trafficlight-common/Lights.ui.qml</file>
<file alias="green.png">../trafficlight-common/green.png</file>
<file alias="yellow.png">../trafficlight-common/yellow.png</file>
<file alias="red.png">../trafficlight-common/red.png</file>