Content deleted Content added
No edit summary |
example.com … m( |
||
Line 1:
{{Infobox software
| name = Qt
| title = Qt Quick
| logo =
| logo caption =
| logo_size =
Line 13:
| author =
| developer =
| released =
| discontinued =
| frequently updated = yes
| status =
| programming language =
Line 30 ⟶ 26:
| genre =
| license =
| website = {{URL|
}}
'''Qt Quick''' is a [[free software]] [[application framework]] developed and maintained by the [[Qt Project]] within the [[Qt (framework)|Qt framework]]. It provides a [[declarative programming|declarative]] way of building custom, highly dynamic [[graphical user interface|user interfaces]] with fluid transitions and effects, which are becoming more common especially in [[mobile device]]s.<ref name="arstechnica">{{citation |url=http://arstechnica.com/open-source/news/2010/09/nokias-cross-platform-development-strategy-evolves-with-qt-47.ars |title=Nokia releases Qt 4.7 with terrific new mobile UI framework |publisher=
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.<ref name="arstechnica"/>
Qt Quick and QML are officially supported in [[Qt (framework)|Qt]] 4.7 (with [[Qt Creator]] 2.1),<ref>http://qt-project.org/doc/qt-4.7/qt4-7-intro.html</ref> and it is a commercial option in mobile applications when Qt 4.7 is available for deployment in [[Symbian platform|Symbian]] and [[Maemo]]/[[MeeGo]] devices.<ref name="arstechnica"/>
== See also ==
Line 45 ⟶ 42:
== External links ==
*
* [http://blog.qt.digia.com/blog/2010/05/06/qt-creator-and-beyond-quick/ Qt Labs Blog (Qt Quick)]
{{Qt}}
|