summaryrefslogtreecommitdiffstats
path: root/examples/studio3d/qmldatainput/presentation/datainput.uia
diff options
context:
space:
mode:
Diffstat (limited to 'examples/studio3d/qmldatainput/presentation/datainput.uia')
-rw-r--r--examples/studio3d/qmldatainput/presentation/datainput.uia36
1 files changed, 21 insertions, 15 deletions
diff --git a/examples/studio3d/qmldatainput/presentation/datainput.uia b/examples/studio3d/qmldatainput/presentation/datainput.uia
index 5c2b4545..d2522cde 100644
--- a/examples/studio3d/qmldatainput/presentation/datainput.uia
+++ b/examples/studio3d/qmldatainput/presentation/datainput.uia
@@ -1,16 +1,22 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<application xmlns="http://qt.io/qt3dstudio/uia">
- <assets initial="datainput">
- <presentation id="datainput" src="datainput.uip"/>
- <dataInput name="rangeInput" type="Ranged Number" min="0" max="360"/>
- </assets>
- <statemachine ref="#logic">
- <visual-states>
- <state ref="Initial">
- <enter>
- <goto-slide element="main:Scene" rel="next"/>
- </enter>
- </state>
- </visual-states>
- </statemachine>
+<?xml version="1.0" encoding="UTF-8" ?>
+<application>
+ <assets initial="datainput">
+ <presentation id="datainput" src="datainput.uip"/>
+ <dataInput name="rangeInput" type="Ranged Number" min="0" max="360"/>
+ <dataInput name="vec3Input" type="Vector3"/>
+ <dataInput name="floatInput" type="Float"/>
+ <dataInput name="stringInput" type="String"/>
+ <dataInput name="variantInput" type="Variant"/>
+ <dataInput name="vec3Input2" type="Vector3"/>
+ <dataInput name="vec3Input3" type="Vector3"/>
+ </assets>
+ <statemachine ref="#logic">
+ <visual-states>
+ <state ref="Initial">
+ <enter>
+ <goto-slide element="main:Scene" rel="next"/>
+ </enter>
+ </state>
+ </visual-states>
+ </statemachine>
</application>