summaryrefslogtreecommitdiffstats
path: root/examples/studio3d/qmldatainput/presentation/datainput.uia
blob: 5c2b4545932ea9e4cfcd3ac4f6d7bd5b43713eb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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>
</application>