Qt Quick: Difference between revisions

Content deleted Content added
example.com … m(
Filling in 2 references using Reflinks
Line 13:
| author =
| developer =
| released = {{Start date and age|2010|09|21|df=yes}}<ref>{{cite web|url=http://www.h-online.com/open/news/item/Qt-4-7-released-with-QML-1083180.html |title=Qt 4.7 released with QML | work = The H Open |publisher=Heinz Heise |date=2010-09-21 |accessdate=2013-10-22}}</ref>
| discontinued =
| frequently updated = yes
Line 33:
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>{{cite web|url=http://qt-project.org/doc/qt-4.7/qt4-7-intro.html |title=What's New in Qt 4.7 &#124; Documentation |publisher=Qt Project |date= |accessdate=2013-10-22}}</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 ==