Tags: Programming Language.
QML (Qt Meta Language or Qt Modeling Language) is a User interface markup language. It is a JavaScript-based declarative language for designing user interface–centric applications. It is part of Qt Quick the UI creation kit developed by Nokia within the Qt framework. QML is mainly used for mobile applications where touch input fluid animations (60 FPS) and user experience are crucial.QML documents describe an object tree of elements.