summaryrefslogtreecommitdiffstats
path: root/examples/studio3d/SampleProject/SampleProject.uia
blob: f3f79c90565b333e8e1da2ce091cdaa7831b0a72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version='1.0' encoding='UTF-8'?>
<application>
    <assets initial="SampleProject">
        <presentation id="SampleProject" src="presentations/SampleProject.uip"/>
        <presentation-qml id="mapView" args="qml/Navigation.qml"/>
        <dataInput max="260" min="0" name="speed" type="Ranged Number"/>
        <dataInput max="7" min="0" name="rpm" type="Ranged Number"/>
        <dataInput name="slide" type="String"/>
        <dataInput name="dateAndTime" type="String"/>
    </assets>
    <statemachine ref="#logic">
        <visual-states>
            <state ref="Initial">
                <enter>
                    <goto-slide element="main:Scene" rel="next"/>
                </enter>
            </state>
        </visual-states>
    </statemachine>
</application>