Qt Quick: Difference between revisions

Content deleted Content added
Cleanup after template move
Rescuing 1 sources and tagging 1 as dead.) #IABot (v2.0.9.5
 
(7 intermediate revisions by 7 users not shown)
Line 1:
{{Short description|Software application}}
{{Primary sources|date=July 2021}}
 
{{Infobox software
| name = Qt
Line 31 ⟶ 34:
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 |access-date=2013-10-22 }}{{Dead link|date=July 2025 |bot=InternetArchiveBot |fix-attempted=yes }}</ref> and it is a commercial option in mobile applications when Qt 4.7 is available for deployment in [[Symbian]] and [[Maemo]] and [[MeeGo]] devices. It wasis also the native language of [[Ubuntu Touch]].<ref name="arstechnica"/>
 
== Version history ==
== Version historySource:<ref>{{Cite web|url=http://lists.qt-project.org/pipermail/development/2015-September/023200.html|title=[Development] QML import versions|last=J-P|first=Nurmi|date=2015-09-18|access-date=2018-09-05|archive-date=2017-03-09|archive-url=https://web.archive.org/web/20170309055512/http://lists.qt-project.org/pipermail/development/2015-September/023200.html|url-status=dead}}</ref><ref>{{Cite web|url=https://doc.qt.io/qt-6/qtquickcontrols-index.html#versions|title=Qt Quick Controls - Versions|access-date=2020-12-30}}</ref> ==
{| class="wikitable"
|+
Line 217 ⟶ 221:
|-
|'''Qt 5.15'''<ref>{{Cite web|url=https://wiki.qt.io/New_Features_in_Qt_5.15|title=New Features in Qt 5.15|access-date=2021-01-09}}</ref>
|2.15
|
|2.15
|
|2.15
|
|2.15
|
|2.15
|
|1.15
|
|1.3
|
|-
Line 238 ⟶ 242:
 
== See also ==
* [[GTK Scene Graph Kit]] - Similarly-purposed library and API used in [[GTK]]
* [[Clutter (software)|Clutter]], a similar application framework based on [[GObject]]
 
== References ==