summaryrefslogtreecommitdiffstats
path: root/examples/3dstudioruntime2/scenemanip/empty.uia
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2018-11-15 15:00:09 +0100
committerLaszlo Agocs <laszlo.agocs@qt.io>2018-11-16 10:19:47 +0000
commit0e5983e737abcd664e07f22da342f1ae41b52124 (patch)
treeb0d04b197bc46fff113192f87a88d01adaa4a524 /examples/3dstudioruntime2/scenemanip/empty.uia
parentb8e880e432e5cc640ba1cd95a85ca36c5a1a9a61 (diff)
Add a way to hook into the private API, with example and docsv2.2.0-beta1
Change-Id: Ib46f4e753964eaad02f455f80962321fb64496c4 Reviewed-by: Andy Nichols <andy.nichols@qt.io>
Diffstat (limited to 'examples/3dstudioruntime2/scenemanip/empty.uia')
-rw-r--r--examples/3dstudioruntime2/scenemanip/empty.uia15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/3dstudioruntime2/scenemanip/empty.uia b/examples/3dstudioruntime2/scenemanip/empty.uia
new file mode 100644
index 0000000..85e47c3
--- /dev/null
+++ b/examples/3dstudioruntime2/scenemanip/empty.uia
@@ -0,0 +1,15 @@
+<?xml version='1.0' encoding='utf-8'?>
+<application xmlns="http://qt.io/qt3dstudio/uia">
+ <assets initial="empty">
+ <presentation src="presentations/empty.uip" id="empty"/>
+ </assets>
+ <statemachine ref="#logic">
+ <visual-states>
+ <state ref="Initial">
+ <enter>
+ <goto-slide element="main:Scene" rel="next"/>
+ </enter>
+ </state>
+ </visual-states>
+ </statemachine>
+</application>