Qt Quick
Initial release | 21 September 2010[1] |
---|---|
Website | wiki |
Qt Quick is a free software application framework developed and maintained by the Qt Project within the Qt framework. It provides a way of building custom, highly dynamic user interfaces with fluid transitions and effects, which are becoming more common especially in mobile devices.[2] Qt Quick includes a declarative scripting language called QML.
Qt Declarative is a runtime interpreter that reads the Qt declarative user interface definition, QML data, and displays the UI that it describes. The QML syntax allows using JavaScript to provide the logic, and it is often used for this purpose. It is not the only way, however: logic can be written with native code as well.[2]
Qt Quick and QML are officially supported in Qt 4.7 (with Qt Creator 2.1),[3] and it is a commercial option in mobile applications when Qt 4.7 is available for deployment in Symbian and Maemo/MeeGo devices. It is also the native language of Ubuntu Touch.[2]
See also
References
- ^ "Qt 4.7 released with QML". The H Open. Heinz Heise. 2010-09-21. Retrieved 2013-10-22.
- ^ a b c Ryan Paul (22 September 2010), Nokia releases Qt 4.7 with terrific new mobile UI framework, ArsTechnica, retrieved 22 September 2010
- ^ "What's New in Qt 4.7 | Documentation". Qt Project. Retrieved 2013-10-22.
External links