Details
-
Technical task
-
Resolution: Done
-
P2: Important
-
None
Description
At minimum parse presentation id - src pairs and the initial slide. QML presentation support (QT3DS-104) can wait but will be built on top so keep that in mind.
Allow opening both .uip and .uia in the API and in the test viewers.
The statemachine section is to be ignored.
Example:
<?xml version="1.0" encoding="UTF-8" ?> <application> <assets initial="main"> <presentation id="main" src="main.uip"/> <presentation id="subpres1" src="subpres1.uip"/> <presentation id="subpres2" src="subpres2.uip"/> <presentation-qml id="presentation-id" args="preview-presentation.qml" /> </assets> <statemachine ref="#logic"> <visual-states> <state ref="Initial"> <enter> <goto-slide element="main:Scene" rel="next"/> </enter> </state> </visual-states> </statemachine> </application>