summaryrefslogtreecommitdiffstats
path: root/examples/scxml/trafficlight-qml-dynamic
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-dynamic
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-dynamic')
-rw-r--r--examples/scxml/trafficlight-qml-dynamic/trafficlight-qml-dynamic.qrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/scxml/trafficlight-qml-dynamic/trafficlight-qml-dynamic.qrc b/examples/scxml/trafficlight-qml-dynamic/trafficlight-qml-dynamic.qrc
index 475a7be..547935b 100644
--- a/examples/scxml/trafficlight-qml-dynamic/trafficlight-qml-dynamic.qrc
+++ b/examples/scxml/trafficlight-qml-dynamic/trafficlight-qml-dynamic.qrc
@@ -2,6 +2,7 @@
<qresource prefix="/">
<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>trafficlight-qml-dynamic.qml</file>
<file alias="statemachine.scxml">../trafficlight-common/statemachine.scxml</file>
<file alias="green.png">../trafficlight-common/green.png</file>