Embed presentation
Download as ODP, PPTX









![What is QML? Describe trees of objects and properties Item { propertyA: 100 propertyB: 100 children: [ Item { propertyC: 100 }, Item { propertyC: 200 } ] }](https://image.slidesharecdn.com/campkde-qml-100316142149-phpapp02/85/Intro-to-QML-Declarative-UI-10-320.jpg)








This document introduces QML (Declarative UI) which allows describing user interface objects and properties in a declarative way and embedding JavaScript code. It discusses using QML to build user interfaces with animations and event handling. While QML is often used for mobile apps and small applications, it provides opportunities for designers to work more closely with developers. The document concludes by mentioning some features of QML and encouraging feedback on the ongoing Declarative UI project.









![What is QML? Describe trees of objects and properties Item { propertyA: 100 propertyB: 100 children: [ Item { propertyC: 100 }, Item { propertyC: 200 } ] }](https://image.slidesharecdn.com/campkde-qml-100316142149-phpapp02/85/Intro-to-QML-Declarative-UI-10-320.jpg)






