summaryrefslogtreecommitdiffstats
path: root/tests/scenes
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2018-03-08 10:30:15 +0100
committerLaszlo Agocs <laszlo.agocs@qt.io>2018-03-08 15:26:54 +0000
commit1b840b7851a5f25509d6197d44b97d1d77680ced (patch)
tree5e4d3937964f5af31f53ca6b7d5f19ce295d5bd5 /tests/scenes
parent8f3abda2ac1473fb1270bda4b65734877f5486bb (diff)
behaviors: Implement get/setAttribute
Make gex_* a first class API (duh...) since we need a way to access the QVariant values by name. Change-Id: I777204f7bdbde9ddfd28bcfc7ac9157b308e60aa Reviewed-by: Andy Nichols <andy.nichols@qt.io>
Diffstat (limited to 'tests/scenes')
-rw-r--r--tests/scenes/behaviors/dummy_behavior.uip3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/scenes/behaviors/dummy_behavior.uip b/tests/scenes/behaviors/dummy_behavior.uip
index dd05820..e9f5752 100644
--- a/tests/scenes/behaviors/dummy_behavior.uip
+++ b/tests/scenes/behaviors/dummy_behavior.uip
@@ -38,9 +38,9 @@
</Group>
<Model id="Cone_001" >
<Material id="Material_006" />
+ <Behavior id="Behavior_001" class="#Behav1" />
</Model>
</Layer>
- <Behavior id="Behavior_001" class="#Behav1" />
</Scene>
</Graph>
<Logic >
@@ -69,6 +69,7 @@
<Add ref="#Material_006" />
<Add ref="#Behavior_001" name="Behavior instance 1" />
</State>
+ <State id="Scene-Slide2" name="Slide2" initialplaystate="Play" playmode="Stop at end" playthroughto="Previous" />
</State>
</Logic>
</Project>