Qt Quick: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1:
{{Infobox software
{{refimprove|date=September 2010}}
| name = Qt Quick
| title = Qt Quick
| logo = <!-- Image name is enough -->
| logo caption =
| logo_size =
| logo_alt =
| screenshot = <!-- Image name is enough -->
| caption =
| screenshot_size =
| screenshot_alt =
| collapsible =
| author =
| developer =
| released = <!-- {{Start date and age|YYYY|MM|DD|df=yes/no}} -->
| discontinued =
| latest release version =
| latest release date = <!-- {{Start date and age|YYYY|MM|DD|df=yes/no}} -->
| latest preview version =
| latest preview date = <!-- {{Start date and age|YYYY|MM|DD|df=yes/no}} -->
| frequently updated = <!-- DO NOT include this parameter unless you know what it does -->
| status =
| programming language =
| operating system =
| platform =
| size =
| language =
| language count = <!-- DO NOT include this parameter unless you know what it does -->
| language footnote =
| genre =
| license =
| website = {{URL|example.org}}
}}
'''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=Arstechnica |author=Ryan Paul |date=22 September 2010 |accessdate=22 September 2010}}</ref> Qt Quick includes a declarative [[scripting language]] called [[QML]].
 
Line 5 ⟶ 37:
 
Qt Quick and QML are officially supported in [[Qt (framework)|Qt]] 4.7 (with [[Qt Creator]] 2.1), 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 ==
* [[Clutter (software)|Clutter]] – a similar application framework based on [[GObject]]
 
== References ==