Content deleted Content added
ClueBot NG (talk | contribs) m Reverting possible vandalism by M4nu3lSchn31d3r1987 to version by 46.237.220.130. Report False Positive? Thanks, ClueBot NG. (3565810) (Bot) |
m fix spelling |
||
Line 28:
}}
'''Qt Quick''' is a [[free software]] [[application framework]] developed and maintained by the [[Qt Project]] within the [[Qt (framework)|Qt framework]]. It provides a way of building custom, highly dynamic [[graphical user interface]]s with fluid transitions and effects, which are becoming more common especially in [[mobile device]]s.<ref name="arstechnica">{{citation |url=https://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 programming|declarative]] [[scripting language]] called [[Qt Meta Language|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.<ref name="arstechnica"/>
|